fix: clean up failed and ongoing backups

This commit is contained in:
charles-gauthereau
2026-06-24 08:32:40 +02:00
parent c7d10efefe
commit e31245b492
2 changed files with 18 additions and 4 deletions
-1
View File
@@ -108,7 +108,6 @@ export const PATCH = withAgentCheck(async (request: Request, {params, agent}: {
}) => {
try {
const body: BodyPatch = await request.json();
log.info({data: body}, "Body from PATH in backup route");
const status = body.status
const backupId = body.backupId