From 49f26785e962c37ea777cd08dbcd3ae64505a2cc Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sat, 24 Oct 2020 11:38:02 -0300 Subject: [PATCH] Type --- lib/bigcommerce/products/use-search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bigcommerce/products/use-search.tsx b/lib/bigcommerce/products/use-search.tsx index fd3a8ece3..db516874e 100644 --- a/lib/bigcommerce/products/use-search.tsx +++ b/lib/bigcommerce/products/use-search.tsx @@ -49,7 +49,7 @@ export function extendHook( ['brandId', input.brandId], ['sort', input.sort], ], - customFetcher, + customFetcher as any, { revalidateOnFocus: false, ...swrOptions } )