Skip to content

Commit

Permalink
remove any todos
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Nov 26, 2024
1 parent 717d750 commit 8ff8248
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1613,8 +1613,6 @@ function filteredPersonalDetailsOfRecentReports(recentReports: ReportUtils.Optio
return personalDetails.filter((personalDetail) => !excludedLogins.has(personalDetail.login));
}

// TODO: try to see if all screens really need userToInvite & currentUserOption, or if this can be separate
// TODO: cleanup all config types
function filterOptions(options: Options, searchInputValue: string, config?: FilterOptionsConfig): Options {
const parsedPhoneNumber = PhoneNumber.parsePhoneNumber(LoginUtils.appendCountryCode(Str.removeSMSDomain(searchInputValue)));
const searchValue = parsedPhoneNumber.possible && parsedPhoneNumber.number?.e164 ? parsedPhoneNumber.number.e164 : searchInputValue.toLowerCase();
Expand Down

0 comments on commit 8ff8248

Please sign in to comment.