Merge branch 'main' into poc/onboarding-setup

# Conflicts:
#	src/lib/tasks/cleaning/index.ts
This commit is contained in:
charles-gauthereau
2026-06-24 16:21:29 +02:00
4 changed files with 41 additions and 30 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