Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Apr 30, 2024
1 parent 74af146 commit 329524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Redirector = observer(() => {
const { game } = useGameStore();

useEffect(() => {
let handle = undefined;
let handle: any = undefined;

if (!game) {
handle = setTimeout(() => {
Expand Down

0 comments on commit 329524f

Please sign in to comment.