This commit is contained in:
Belen Curcio 2020-10-24 11:38:02 -03:00
parent 575eefbf94
commit 49f26785e9

View File

@ -49,7 +49,7 @@ export function extendHook(
['brandId', input.brandId],
['sort', input.sort],
],
customFetcher,
customFetcher as any,
{ revalidateOnFocus: false, ...swrOptions }
)