From 1c184420d65852b71c75edc2d9e71505a55a447c Mon Sep 17 00:00:00 2001 From: steven-yn Date: Sun, 10 Dec 2023 15:56:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20query=20=EC=9A=94=EC=B2=AD=20id=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d50d166..a28b033 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ export default async function Home() { >({ query: GET_SKILLS_BY_ID, variables: { - id: 1, + id: 26, }, });