Skip to content

Commit 99766ee

Browse files
authored
Merge pull request nditech#32 from nditech/change-starting-poll-percentage-to-55
Update starting polling percentage to 55
2 parents cd05abe + 88c0db6 commit 99766ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/game.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const createGame = async (id) => {
3939
{
4040
id,
4141
budget: 6000,
42+
poll: 55,
4243
},
4344
['id'],
4445
);

0 commit comments

Comments
 (0)