fix: return http 200
This commit is contained in:
parent
8277c3e6df
commit
57412148de
|
@ -92,4 +92,6 @@ export async function action({ request }: ActionFunctionArgs) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return new Response("", { status: 200 });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue