Skip to content

Commit

Permalink
Remove variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
deetergp committed Jul 29, 2024
1 parent 73d6f98 commit 28c405e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,6 @@ function getUserToInviteOption({
const isValidPhoneNumber = parsedPhoneNumber.possible && Str.isValidE164Phone(LoginUtils.getPhoneNumberWithoutSpecialChars(parsedPhoneNumber.number?.input ?? ''));
const isInOptionToExclude =
optionsToExclude.findIndex((optionToExclude) => 'login' in optionToExclude && optionToExclude.login === PhoneNumber.addSMSDomainIfPhoneNumber(searchValue).toLowerCase()) !== -1;
const isChronosEmail = searchValue === CONST.EMAIL.CHRONOS;

if (
!searchValue ||
Expand Down

0 comments on commit 28c405e

Please sign in to comment.