mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(migration): syntax
This commit is contained in:
parent
aaa16a9527
commit
902da35f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ async function updateUser (user) {
|
|||
module.exports = async function processUsers () {
|
||||
let query = {
|
||||
migration: {$ne: MIGRATION_NAME},
|
||||
challenges: '00708425-d477-41a5-bf27-6270466e7976';
|
||||
challenges: '00708425-d477-41a5-bf27-6270466e7976',
|
||||
};
|
||||
|
||||
const fields = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue