Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed May 9, 2024
1 parent 7fe6ebb commit 5123d32
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 @@ -330,7 +330,7 @@ app.post("/submit", auth0Middleware, async (c) => {
}
return c.json({ success: "Submitted" });
});
}
});


export default app;

0 comments on commit 5123d32

Please sign in to comment.