fix backup await

This commit is contained in:
Julian Krauser 2025-02-02 16:37:55 +01:00
parent 6330ebd01d
commit 542a77fbef
3 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ export default abstract class BackupHelper {
throw new InternalException("partial and include have to be set correctly for restoring backup.");
}
dataSource.manager
await dataSource.manager
.transaction(async (transaction) => {
this.transactionManager = transaction;