Skip to content

Commit

Permalink
fix(asp): always close transaction in queue consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenkel92 committed May 8, 2024
1 parent a25269c commit b124a3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class GameDeploymentService {
const res = await this.gameDeployRepo.getDeployment();

if (res === null) {
await this.gameDeployRepo.finishDeployment();
return;
}

Expand Down

0 comments on commit b124a3c

Please sign in to comment.