mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-29 04:04:47 +01:00
2 lines
56 B
JavaScript
2 lines
56 B
JavaScript
db.users.update({ _id: '' }, { $inc: { balance: 5 } });
|