Skip to content

Commit 8046577

Browse files
authored
Merge pull request nditech#39 from nditech/revert-31-add-an-initial-buget-of-6000-to-use-that-instead-of-the-db-default
Revert "Define initial budget of 6000 in JS"
2 parents ff0bfb5 + 6439966 commit 8046577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/game.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const createGame = async (id) => {
3838
await db('game').insert(
3939
{
4040
id,
41-
budget: 6000,
4241
},
4342
['id'],
4443
);

0 commit comments

Comments
 (0)