mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-09 19:12:58 +01:00
Don't reject at the end of backup workflow
This commit is contained in:
parent
8e77831e28
commit
b9d8a96158
@ -115,7 +115,6 @@ export function doBackupWorkflow(type: WorkflowType) {
|
||||
if (tmpBackupFile != "") {
|
||||
unlinkSync(tmpBackupFile);
|
||||
}
|
||||
return Promise.reject(new Error());
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user