Allow to redo the update if the app task failed

This commit is contained in:
Johannes Zellner
2025-07-24 11:35:50 +02:00
parent 511047874e
commit c3e746aa74
3 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ function create() {
}
if (result.status !== 202) return [result];
return [null];
return [null, result.body.taskId];
},
async backups(id) {
// we fetch probably enough to avoid pagination