mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
start upgrading eslint
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
db.users.update(
|
||||
|
||||
{
|
||||
'contributor.level': {$gte: 7},
|
||||
'contributor.level': { $gte: 7 },
|
||||
'purchased.plan.customerId': null,
|
||||
},
|
||||
|
||||
@@ -18,6 +18,6 @@ db.users.update(
|
||||
},
|
||||
},
|
||||
|
||||
{multi: true}
|
||||
{ multi: true },
|
||||
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user