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 3f1f3b2 commit 015cdecCopy full SHA for 015cdec
src/client.ts
@@ -52,7 +52,7 @@ export default class ApiClient {
52
// service on the account/identity domain using the accountClient
53
// e.g. user profile service can be added here when required
54
this.refreshToken = new RefreshTokenService(accountClient);
55
- this.pscDiscrepancies = new PSCDiscrepancyService();
56
- this.pscDiscrepancyReport = new PSCDiscrepancyReportService();
+ this.pscDiscrepancies = new PSCDiscrepancyService(apiClient);
+ this.pscDiscrepancyReport = new PSCDiscrepancyReportService(apiClient);
57
}
58
0 commit comments