Skip to content

Commit

Permalink
better indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehille committed Jun 16, 2020
1 parent 4727c79 commit f183107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imports/startup/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit f183107

Please sign in to comment.