Skip to content

Commit a4551b1

Browse files
authored
removed checkIsVerifiedDiscord (#1975)
1 parent 89b8c7e commit a4551b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/discordactions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ router.put(
5959
router.post(
6060
"/nicknames/sync",
6161
authorizeAndAuthenticate([ROLES.SUPERUSER], [Services.CRON_JOB_HANDLER]),
62-
checkIsVerifiedDiscord,
6362
updateDiscordNicknames
6463
);
6564
router.post("/nickname/status", verifyCronJob, validateUpdateUsersNicknameStatusBody, updateUsersNicknameStatus);

0 commit comments

Comments
 (0)