Skip to content

Commit

Permalink
Removed temporal type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Oct 24, 2020
1 parent d92e4de commit 7b5b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bigcommerce/products/use-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function extendHook(
['brandId', input.brandId],
['sort', input.sort],
],
customFetcher as any,
customFetcher,
{ revalidateOnFocus: false, ...swrOptions }
)

Expand Down

0 comments on commit 7b5b801

Please sign in to comment.