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 89b8c7e commit a4551b1Copy full SHA for a4551b1
routes/discordactions.js
@@ -59,7 +59,6 @@ router.put(
59
router.post(
60
"/nicknames/sync",
61
authorizeAndAuthenticate([ROLES.SUPERUSER], [Services.CRON_JOB_HANDLER]),
62
- checkIsVerifiedDiscord,
63
updateDiscordNicknames
64
);
65
router.post("/nickname/status", verifyCronJob, validateUpdateUsersNicknameStatusBody, updateUsersNicknameStatus);
0 commit comments