???
This commit is contained in:
@@ -84,6 +84,7 @@ export async function handler (context: Context) {
|
||||
eq(verifyCodes.code, body.verifyCode)
|
||||
)
|
||||
)
|
||||
.execute()
|
||||
} else
|
||||
return jsonResponse(
|
||||
{
|
||||
|
||||
@@ -83,6 +83,7 @@ export async function handler (context: Context) {
|
||||
eq(verifyCodes.code, body.verifyCode)
|
||||
)
|
||||
)
|
||||
.execute()
|
||||
} else
|
||||
return jsonResponse(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user