From 329524fc9fbb34688b57fb9d5b4e6f6f22671562 Mon Sep 17 00:00:00 2001 From: notV4l Date: Tue, 30 Apr 2024 18:39:26 +0200 Subject: [PATCH] fix build issue --- web/src/pages/[gameId]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/[gameId]/index.tsx b/web/src/pages/[gameId]/index.tsx index 2cc236a8..707ab849 100644 --- a/web/src/pages/[gameId]/index.tsx +++ b/web/src/pages/[gameId]/index.tsx @@ -14,7 +14,7 @@ const Redirector = observer(() => { const { game } = useGameStore(); useEffect(() => { - let handle = undefined; + let handle: any = undefined; if (!game) { handle = setTimeout(() => {