Skip to content

Commit

Permalink
Corrected log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed May 9, 2024
1 parent ab466bf commit 7fe6ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 7fe6ebb

Please sign in to comment.