aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/context/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/src/context/fetch.ts')
-rw-r--r--packages/merchant-backoffice-ui/src/context/fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/context/fetch.ts b/packages/merchant-backoffice-ui/src/context/fetch.ts
index 3106a6abe..88c9bc30c 100644
--- a/packages/merchant-backoffice-ui/src/context/fetch.ts
+++ b/packages/merchant-backoffice-ui/src/context/fetch.ts
@@ -29,7 +29,7 @@ interface Type {
useSWRInfinite: typeof useSWRInfinite;
}
-const Context = createContext<Type>({} as any);
+const Context = createContext<Type>({} as Type);
export const useFetchContext = (): Type => useContext(Context);
export const FetchContextProvider = ({