This commit is contained in:
Luis Alvarez
2020-10-24 10:25:47 -05:00
27 changed files with 599 additions and 807 deletions

View File

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