We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e31995 commit 977db56Copy full SHA for 977db56
src/models/game.js
@@ -38,6 +38,7 @@ const createGame = async (id) => {
38
await db('game').insert(
39
{
40
id,
41
+ budget: 6000,
42
},
43
['id'],
44
);
0 commit comments