From 432baae1b49343ea780793330149a285a53bbdc7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 21 Mar 2025 15:11:30 +0900 Subject: wip --- frontend/app/components/GolfPlayApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/GolfPlayApp.tsx') diff --git a/frontend/app/components/GolfPlayApp.tsx b/frontend/app/components/GolfPlayApp.tsx index 9ba3818..e74edc7 100644 --- a/frontend/app/components/GolfPlayApp.tsx +++ b/frontend/app/components/GolfPlayApp.tsx @@ -68,7 +68,7 @@ export default function GolfPlayApp({ game, player, initialGameState }: Props) { console.log("player:c2s:submit"); handleSubmitCodePre(); await apiClient.postGamePlaySubmit(game.game_id, code); - await new Promise((resolve) => setTimeout(resolve, 2000)); + await new Promise((resolve) => setTimeout(resolve, 1000)); handleSubmitCodePost(); }, 1000, -- cgit v1.2.3-70-g09d2