From 7e27f1c46b076f65432b87a07886cc3a2a6948bc Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 2 Mar 2026 19:24:48 -0600 Subject: [PATCH] return --- .../interactions/#interaction_id/#interaction_token/callback.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 385a10448..b7187cf7f 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");