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-07 00:58:31 +0100
commit8a732f7d8207a7991d8a2ec1507ca1f5836ecd1e (patch)
treec77955420ed9eafc9aaa3ac3d31c7e41cf39ce5f
parentkeep it safe (diff)
downloadserver-ts-8a732f7d8207a7991d8a2ec1507ca1f5836ecd1e.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 b50d4223..a85294e7 100644 --- a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts +++ b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts
@@ -139,7 +139,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");