From bf75767cc2af8d21f355ebac16ef0a488b6c8e32 Mon Sep 17 00:00:00 2001 From: presentKey Date: Sat, 27 Jan 2024 21:18:06 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20build=20type=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/contexts/OduckApiContext.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/contexts/OduckApiContext.tsx b/src/contexts/OduckApiContext.tsx index 7e617d4d..febef66c 100644 --- a/src/contexts/OduckApiContext.tsx +++ b/src/contexts/OduckApiContext.tsx @@ -19,8 +19,7 @@ interface API { reviewApi: ReviewApi; } -// eslint-disable-next-line @typescript-eslint/no-explicit-any -export const OduckApiContext = createContext(null); +export const OduckApiContext = createContext(null); /** @desc: api */ const authApi = new AuthApi();