update
This commit is contained in:
@@ -79,7 +79,7 @@ export async function action({ request, context }: Route.ActionArgs) {
|
||||
})
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
return Response.json({}, { status: INTERNAL_SERVER_ERROR })
|
||||
return Response.json({}, { status: 500 })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user