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