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