diff --git a/migrations/20130602_survey_rewards.js b/migrations/20130602_survey_rewards.js index 0329643f4f..02ea768b0e 100644 --- a/migrations/20130602_survey_rewards.js +++ b/migrations/20130602_survey_rewards.js @@ -16,5 +16,5 @@ db.users.update({ }, { $set: { 'achievements.helpedHabit': true }, - $inc: { balance: (2.5) } + $inc: { balance: 2.5 } }) \ No newline at end of file