Skip to content

Commit 015cdec

Browse files
chore: add changes that didn't get commited previously
1 parent 3f1f3b2 commit 015cdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class ApiClient {
5252
// service on the account/identity domain using the accountClient
5353
// e.g. user profile service can be added here when required
5454
this.refreshToken = new RefreshTokenService(accountClient);
55-
this.pscDiscrepancies = new PSCDiscrepancyService();
56-
this.pscDiscrepancyReport = new PSCDiscrepancyReportService();
55+
this.pscDiscrepancies = new PSCDiscrepancyService(apiClient);
56+
this.pscDiscrepancyReport = new PSCDiscrepancyReportService(apiClient);
5757
}
5858
}

0 commit comments

Comments
 (0)