Skip to content

Commit d0ed63c

Browse files
committed
add missing closing bracket
1 parent 240ccb9 commit d0ed63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ const filterUsers = async (req, res) => {
497497
}
498498
};
499499

500-
501500
// one time script function to perform the migration - adding github_user_id field to the document
502501
const migrate = async (req, res) => {
503502
const usersNotFound = [];
@@ -558,6 +557,7 @@ const migrate = async (req, res) => {
558557
logger.error(`Error while Updating all users: ${error}`);
559558
return res.boom.badImplementation(INTERNAL_SERVER_ERROR);
560559
}
560+
};
561561

562562
const nonVerifiedDiscordUsers = async (req, res) => {
563563
const data = await userQuery.getDiscordUsers();

0 commit comments

Comments
 (0)