We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240ccb9 commit d0ed63cCopy full SHA for d0ed63c
controllers/users.js
@@ -497,7 +497,6 @@ const filterUsers = async (req, res) => {
497
}
498
};
499
500
-
501
// one time script function to perform the migration - adding github_user_id field to the document
502
const migrate = async (req, res) => {
503
const usersNotFound = [];
@@ -558,6 +557,7 @@ const migrate = async (req, res) => {
558
557
logger.error(`Error while Updating all users: ${error}`);
559
return res.boom.badImplementation(INTERNAL_SERVER_ERROR);
560
+};
561
562
const nonVerifiedDiscordUsers = async (req, res) => {
563
const data = await userQuery.getDiscordUsers();
0 commit comments