Skip to content

Commit

Permalink
potential bug in platform code?
Browse files Browse the repository at this point in the history
  • Loading branch information
jajakob committed Jun 5, 2024
1 parent f52daa1 commit b27e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform/src/services/GameService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ export async function getGame(args, ctx: Context) {

return ctx.prisma.game.findUnique({
where: {
id: args.id,
id: gameId,
},
include: {
players: {
Expand Down

0 comments on commit b27e000

Please sign in to comment.