fix backup await
This commit is contained in:
parent
6330ebd01d
commit
542a77fbef
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue