Skip to content

Commit

Permalink
deploy:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristofferKarlsson committed Sep 25, 2024
1 parent 8cde23c commit ca6cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(sok)/_components/SearchQueryProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function SearchQueryProvider({ children }: SearchQueryProviderProps): Rea
}

function has(key: string, value?: string): boolean {
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/55569
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/55569 /
return urlSearchParams.has(key, value);
}

Expand Down

0 comments on commit ca6cc00

Please sign in to comment.