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 8046577 commit d9413beCopy full SHA for d9413be
src/models/game.js
@@ -38,6 +38,8 @@ const createGame = async (id) => {
38
await db('game').insert(
39
{
40
id,
41
+ budget: 6000,
42
+ poll: 55.0,
43
},
44
['id'],
45
);
0 commit comments