diff --git a/app/routes/api.events.siteUpdateReceived.ts b/app/routes/api.events.siteUpdateReceived.ts index 413ffd7..81d0d85 100644 --- a/app/routes/api.events.siteUpdateReceived.ts +++ b/app/routes/api.events.siteUpdateReceived.ts @@ -92,4 +92,6 @@ export async function action({ request }: ActionFunctionArgs) { } } } + + return new Response("", { status: 200 }); }