Skip to content

Commit

Permalink
2926: Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandraH committed Dec 11, 2024
1 parent 0245b3f commit 0696cb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shared/hooks/useSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import PoiModel from '../api/models/PoiModel'

export type SearchResult = ExtendedPageModel

// TODO: turn it back into a memoized function
// TODO: mock it in the web test
// TODO: maybe test this in shared
export const formatPossibleSearchResults = (
categories?: CategoriesMapModel | null,
events?: EventModel[] | null,
Expand Down

0 comments on commit 0696cb9

Please sign in to comment.