Don't reject at the end of backup workflow

This commit is contained in:
SebClem 2024-08-31 14:58:56 +02:00
parent 8e77831e28
commit b9d8a96158
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -115,7 +115,6 @@ export function doBackupWorkflow(type: WorkflowType) {
if (tmpBackupFile != "") {
unlinkSync(tmpBackupFile);
}
return Promise.reject(new Error());
});
}