Skip to content

Commit

Permalink
feat(app-create-game): add review default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Jan 29, 2021
1 parent c2f9e4e commit 70bba4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/game-app/src/createGame/apis/callCreateGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default async function callCreateGame(data: GameCreationData, userId: str
x: 3840,
y: 2160,
},
review: true,
cards: null,
rtdbInstance: null,
} as Game)
Expand Down

0 comments on commit 70bba4d

Please sign in to comment.