aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfPlayApp.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-21 15:11:30 +0900
committernsfisis <nsfisis@gmail.com>2025-03-21 15:40:40 +0900
commit432baae1b49343ea780793330149a285a53bbdc7 (patch)
tree3dc84e517910fb7e15f172bab5a803a6379a7c32 /frontend/app/components/GolfPlayApp.tsx
parent589d2355910e8fc63eabecad631b16b3d3d6a492 (diff)
downloadphperkaigi-2025-albatross-432baae1b49343ea780793330149a285a53bbdc7.tar.gz
phperkaigi-2025-albatross-432baae1b49343ea780793330149a285a53bbdc7.tar.zst
phperkaigi-2025-albatross-432baae1b49343ea780793330149a285a53bbdc7.zip
wip
Diffstat (limited to 'frontend/app/components/GolfPlayApp.tsx')
-rw-r--r--frontend/app/components/GolfPlayApp.tsx2
1 files changed, 1 insertions, 1 deletions
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,