summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-03-02 19:24:48 -0600
committerRory& <root@rory.gay>2026-03-18 05:17:21 +0100
commit7abec205e2bf2a62eff7dfda1543f0f9c577bc99 (patch)
treeee0944e62c44a74577224d572360b0904a711ef3 /src/api
parentkeep it safe (diff)
downloadserver-ts-7abec205e2bf2a62eff7dfda1543f0f9c577bc99.tar.xz
return
Diffstat (limited to 'src/api')
-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");