Refresh backup list after app backup creation
This commit is contained in:
@@ -342,7 +342,7 @@ function create() {
|
||||
}
|
||||
|
||||
if (result.status !== 202) return [result];
|
||||
return [null];
|
||||
return [null, result.body.taskId];
|
||||
},
|
||||
async updateBackup(id, backupId, label, preserveSecs) {
|
||||
let result;
|
||||
|
||||
Reference in New Issue
Block a user