mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-28 05:45:36 +00:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
|
|
db.users.update(
|
||
|
|
{},
|
||
|
|
{$set: {'items.mounts.Gryphon-RoyalPurple': true}},
|
||
|
|
{multi: true}
|
||
|
|
);
|