Skip to content

Commit 134776c

Browse files
committed
error handling
1 parent b3a4184 commit 134776c

File tree

1 file changed

+5
-0
lines changed
  • tooling/sparta/packages/discord/src/slashCommands/humans

1 file changed

+5
-0
lines changed

tooling/sparta/packages/discord/src/slashCommands/humans/verify.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export async function handleVerifyCommand(
4444
const apiProvider = discord.getApiProvider();
4545
const client = apiProvider.getClient();
4646

47+
logger.debug(
48+
{ userId, interactionToken, verificationId },
49+
"Verify command"
50+
);
51+
4752
try {
4853
// Check if the user already exists
4954
const userResponse = await client.getUserByDiscordId({

0 commit comments

Comments
 (0)