mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 01:42:20 +00:00
fix survey gem inc
This commit is contained in:
parent
35e0e404c7
commit
d13db1623f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ db.users.update({
|
|||
},
|
||||
{
|
||||
$set: { 'achievements.helpedHabit': true },
|
||||
$inc: { balance: (2.5) }
|
||||
$inc: { balance: 2.5 }
|
||||
})
|
||||
Loading…
Reference in a new issue