Skip to content

Commit

Permalink
fix(migration): fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Oct 31, 2023
1 parent 76f76ba commit 639eb13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export class ManualMigration1697659880952 implements MigrationInterface {
);
await queryRunner.commitTransaction();
}
await queryRunner.commitTransaction();
await queryRunner.release();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export class ManualMigration1697704071500 implements MigrationInterface {
);
await queryRunner.commitTransaction();
}
await queryRunner.commitTransaction();
await queryRunner.release();
}

Expand Down

0 comments on commit 639eb13

Please sign in to comment.