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