update id

This commit is contained in:
2025-10-30 02:02:23 -03:00
parent f284b64c60
commit 76dfc44b71
25 changed files with 103 additions and 40 deletions

View File

@@ -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 })
}
}