fix json
This commit is contained in:
@@ -63,7 +63,7 @@ export async function action({ request, context }: Route.ActionArgs) {
|
||||
})
|
||||
|
||||
if (r.status === 200) {
|
||||
return Response.json(await r.json(), {
|
||||
return Response.json(null, {
|
||||
status: r.status,
|
||||
headers: r.headers
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user