Skip to content

Commit

Permalink
await enqueing the timeout alert
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken committed May 9, 2024
1 parent 6d968bb commit 5f08722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/app/v3/services/timeoutDeployment.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class TimeoutDeploymentService extends BaseService {
},
});

PerformDeploymentAlertsService.enqueue(deployment.id, this._prisma);
await PerformDeploymentAlertsService.enqueue(deployment.id, this._prisma);
}

static async enqueue(
Expand Down

0 comments on commit 5f08722

Please sign in to comment.