From 7fe6ebbeecfad93dc4f668afb6da37d202520de4 Mon Sep 17 00:00:00 2001 From: Jon Breen Date: Thu, 9 May 2024 14:01:48 +0100 Subject: [PATCH] Corrected log message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {