diff --git a/src/index.ts b/src/index.ts index 5659aca..9ae33d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -295,7 +295,7 @@ app.post("/submit", auth0Middleware, async (c) => { console.log(`Failed to use secure submit endpoint. Response code: '${resp.status}'.`); } } - console.log(`Using non-secure submit endpoint.`); + console.log(`Storing submission in d1.`); return c.req .json() .then(async (data: any) => {