diff --git a/src/index.ts b/src/index.ts index 06d5efa..35cc0a5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -146,7 +146,7 @@ export default { let result = await insert.run(); if (result.success) { - return new Response(); + return new Response("Submitted", { headers }); } else { return new Response("Unable to accept", { headers, status: 400 }); }