Skip to content

Commit 63e3d50

Browse files
resolved comment
1 parent d9d2949 commit 63e3d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/verifyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function verifyCommand(
2323
if (response?.status === 201 || response?.status === 200) {
2424
const verificationSiteURL = config(env).VERIFICATION_SITE_URL;
2525
const message =
26-
`${verificationSiteURL}/discord?token=${token}\n` + VERIFICATION_STRING;
26+
`${verificationSiteURL}/discord?token=${token}\n${VERIFICATION_STRING}`;
2727
return discordEphemeralResponse(message);
2828
} else {
2929
return discordEphemeralResponse(RETRY_COMMAND);

0 commit comments

Comments
 (0)