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 d3314ce commit 91a330fCopy full SHA for 91a330f
src/controllers/verifyCommand.ts
@@ -24,7 +24,7 @@ export async function verifyCommand(
24
);
25
if (response?.status === 201 || response?.status === 200) {
26
const verificationSiteURL = config(env).VERIFICATION_SITE_URL;
27
- const message = `${verificationSiteURL}/discord?token=${token}\n${VERIFICATION_STRING}`;;
+ const message = `${verificationSiteURL}/discord?token=${token}\n${VERIFICATION_STRING}`;
28
return discordEphemeralResponse(message);
29
} else {
30
return discordEphemeralResponse(RETRY_COMMAND);
0 commit comments