Skip to content

Commit

Permalink
feat(health): add missing provider service to health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Jun 25, 2021
1 parent 77bafcf commit b972939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/health/health.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class HealthController {
const healthServices: HealthService[] = [
this.apisHealthService,
this.contractsHealthService,
this.providersHealthService,
this.subgraphsHealthService,
];
return Promise.all(healthServices.map((service) => service.getHealth()));
Expand Down

0 comments on commit b972939

Please sign in to comment.