diff --git a/app/messages/api/webhook/incoming-message.ts b/app/messages/api/webhook/incoming-message.ts index fd31773..cccdff7 100644 --- a/app/messages/api/webhook/incoming-message.ts +++ b/app/messages/api/webhook/incoming-message.ts @@ -63,6 +63,7 @@ export default async function incomingMessageHandler(req: BlitzApiRequest, res: // accept the webhook but don't store incoming message // because the organization is on the free plan res.status(200).end(); + return; } const phoneNumber = phoneNumbersWithActiveSub.find((phoneNumber) => {