mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fix(migration): syntax
This commit is contained in:
@@ -49,7 +49,7 @@ async function updateUser (user) {
|
|||||||
module.exports = async function processUsers () {
|
module.exports = async function processUsers () {
|
||||||
let query = {
|
let query = {
|
||||||
migration: {$ne: MIGRATION_NAME},
|
migration: {$ne: MIGRATION_NAME},
|
||||||
challenges: '00708425-d477-41a5-bf27-6270466e7976';
|
challenges: '00708425-d477-41a5-bf27-6270466e7976',
|
||||||
};
|
};
|
||||||
|
|
||||||
const fields = {
|
const fields = {
|
||||||
|
|||||||
Reference in New Issue
Block a user