Skip to content

Commit 91a330f

Browse files
fix lint issue
1 parent d3314ce commit 91a330f

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
@@ -24,7 +24,7 @@ export async function verifyCommand(
2424
);
2525
if (response?.status === 201 || response?.status === 200) {
2626
const verificationSiteURL = config(env).VERIFICATION_SITE_URL;
27-
const message = `${verificationSiteURL}/discord?token=${token}\n${VERIFICATION_STRING}`;;
27+
const message = `${verificationSiteURL}/discord?token=${token}\n${VERIFICATION_STRING}`;
2828
return discordEphemeralResponse(message);
2929
} else {
3030
return discordEphemeralResponse(RETRY_COMMAND);

0 commit comments

Comments
 (0)