diff --git a/imports/startup/server/index.js b/imports/startup/server/index.js index b0a3ee48..ece303bb 100644 --- a/imports/startup/server/index.js +++ b/imports/startup/server/index.js @@ -59,8 +59,8 @@ const migrateUserOrgs = () => { orgs: { $exists: false }, $or: [ { 'github.orgs': { $exists: true } }, - { 'bitbucket.teams': { $exists: true } - }] + { 'bitbucket.teams': { $exists: true }} + ] }); cursor.forEach((userDoc) => { log.info(`migrating orgs for ${userDoc._id}`);