embed integrity check task in backup API responses

The UI is polling for the taskId, might as well attach it
This commit is contained in:
Girish Ramakrishnan
2026-02-15 12:15:40 +01:00
parent fc2e39f41b
commit 9f2eefcbb3
5 changed files with 60 additions and 7 deletions
+2
View File
@@ -33,6 +33,7 @@ describe('backups', function () {
integrityCheckResult: null,
integrityCheckStatus: null,
integrityCheckTaskId: null,
integrityCheckTask: null,
lastIntegrityCheckTime: null
};
@@ -55,6 +56,7 @@ describe('backups', function () {
integrityCheckResult: null,
integrityCheckStatus: null,
integrityCheckTaskId: null,
integrityCheckTask: null,
lastIntegrityCheckTime: null
};