We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd63d86 commit c110e77Copy full SHA for c110e77
src/client.ts
@@ -52,6 +52,6 @@ export default class ApiClient {
52
// e.g. user profile service can be added here when required
53
this.refreshToken = new RefreshTokenService(accountClient);
54
this.pscDiscrepancies = new PSCDiscrepancyService(apiClient);
55
- this.pscDiscrepanciesReport = new PSCDiscrepancyReportService(apiClient);
+ this.pscDiscrepancyReport = new PSCDiscrepanciesReportService(apiClient);
56
}
57
0 commit comments