Consistency fixes again

This commit is contained in:
2026-02-08 01:26:43 -07:00
parent bfe2eae7b2
commit 69b27a4317
31 changed files with 31 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ type Body = {
email: string
}
export async function handler (context: Context) {
export const handler = async (context: Context) => {
const dbInfo0 = getDatabaseConnection(0)
if (!dbInfo0)