| 58 | ]; |
| 59 | |
| 60 | export class ServicesModule extends BaseModule<StatusCheckResult[]> { |
| 61 | override async retrieveData() { |
| 62 | return Promise.all(services.map((service) => this.getStatusFromStandardApi(service))); |
| 63 | } |
nothing calls this directly
no outgoing calls
no test coverage detected