From 60c1f21efda5e4a39864ac4a0eb2d63984d81ab3 Mon Sep 17 00:00:00 2001 From: pccommen Date: Fri, 16 Aug 2024 12:04:56 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20build=20error=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Caecae/src/pages/FindingGame/FindingGamePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caecae/src/pages/FindingGame/FindingGamePage.tsx b/Caecae/src/pages/FindingGame/FindingGamePage.tsx index 7712418..889b2c1 100644 --- a/Caecae/src/pages/FindingGame/FindingGamePage.tsx +++ b/Caecae/src/pages/FindingGame/FindingGamePage.tsx @@ -40,7 +40,7 @@ const FindingGamePage = () => { { - const response = await huynxios.post("/api/finding/register", { + await huynxios.post("/api/finding/register", { ticketId: gameState.ticketId, phone: phoneNumber, });