4
0
forked from crowetic/commerce

Removed temporal type fix

This commit is contained in:
Luis Alvarez 2020-10-24 10:26:51 -05:00
parent d92e4de42b
commit 7b5b801c94

View File

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