This commit is contained in:
2026-01-23 20:59:41 -07:00
parent 4de12cc077
commit c1216abe07
2 changed files with 2 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ export async function handler (context: Context) {
eq(verifyCodes.code, body.verifyCode)
)
)
.execute()
} else
return jsonResponse(
{

View File

@@ -83,6 +83,7 @@ export async function handler (context: Context) {
eq(verifyCodes.code, body.verifyCode)
)
)
.execute()
} else
return jsonResponse(
{