summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-03-02 19:24:48 -0600
committerRory& <root@rory.gay>2026-03-20 16:31:32 +0100
commit7e27f1c46b076f65432b87a07886cc3a2a6948bc (patch)
treeb4f5d626f50a0015e3fe5bd1980c2bee03a0809d
parentkeep it safe (diff)
downloadserver-ts-7e27f1c46b076f65432b87a07886cc3a2a6948bc.tar.xz
return
-rw-r--r--src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts

index 385a1044..b7187cf7 100644 --- a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts +++ b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts
@@ -125,7 +125,7 @@ router.post("/", route({}), async (req: Request, res: Response) => { }, 30000); pendingInteractions.delete(interactionId); res.sendStatus(204); - break; + return; case InteractionCallbackType.UPDATE_MESSAGE: { if (!interaction.mesageId) throw new HTTPError("no. That was not a message");