mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-25 02:22: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 != "") {
|
if (tmpBackupFile != "") {
|
||||||
unlinkSync(tmpBackupFile);
|
unlinkSync(tmpBackupFile);
|
||||||
}
|
}
|
||||||
return Promise.reject(new Error());
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user