Skip to content

Commit

Permalink
fix: add as Game to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent 3da18e8 commit bb616e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function Home() {
const runningGameQuery = await getRunningGame({ session });

if (runningGameQuery) {
runningGame = runningGameQuery.game;
runningGame = runningGameQuery.game as Game;
}
}

Expand Down

0 comments on commit bb616e6

Please sign in to comment.