unlink user
This commit is contained in:
@@ -73,8 +73,6 @@ export async function action({ params, request, context }: Route.ActionArgs) {
|
||||
context
|
||||
})
|
||||
|
||||
console.log(r)
|
||||
|
||||
if (!r.ok) {
|
||||
const error = await r.json().catch(() => ({}))
|
||||
return { ok: false, error }
|
||||
|
||||
Reference in New Issue
Block a user