update id
This commit is contained in:
@@ -77,7 +77,8 @@ export async function action({ request, context }: Route.ActionArgs) {
|
||||
status: httpStatus.FOUND,
|
||||
headers
|
||||
})
|
||||
} catch {
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
return Response.json({}, { status: httpStatus.INTERNAL_SERVER })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user