()
| 15 | |
| 16 | class VersionResolver { |
| 17 | async resolve() { |
| 18 | await this.getVersions(); |
| 19 | LogService.debug("All API versions have been resolved."); |
| 20 | } |
| 21 | |
| 22 | private async getVersions() { |
| 23 | const api = APIService.getInstance(); |
nothing calls this directly
no test coverage detected