From 97b1681c850cc0150fc834cc25f37f23ae63be3c Mon Sep 17 00:00:00 2001 From: CJY Date: Mon, 6 May 2024 00:04:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A0=90=EC=88=98=ED=91=9C=20console?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/mypage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apis/mypage.ts b/src/apis/mypage.ts index 6123606..a930261 100644 --- a/src/apis/mypage.ts +++ b/src/apis/mypage.ts @@ -23,7 +23,7 @@ export const getAssignments = () => { const data = axios .get(`https://notion-api.splitbee.io/v1/table/${process.env.NEXT_PUBLIC_NOTION_DATABASE_ID}`) .then((res) => res.data); - console.log(data); + // console.log(data); return data; };