File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import AlphabeticalSearchService from "./services/search/alphabetical-search/ser
1111import DissolvedSearchService from "./services/search/dissolved-search/service" ;
1212import PSCDiscrepancyService from "./services/psc-discrepancies/service" ;
1313import PSCDiscrepanciesReportService from "./services/psc-discrepancies-report/service" ;
14- import { PSCDiscrepanciesReportService } from "./services/psc-discrepancies-report" ;
1514
1615/**
1716 * ApiClient is the class that all service objects hang off.
@@ -53,6 +52,6 @@ export default class ApiClient {
5352 // e.g. user profile service can be added here when required
5453 this . refreshToken = new RefreshTokenService ( accountClient ) ;
5554 this . pscDiscrepancies = new PSCDiscrepancyService ( apiClient ) ;
56- this . pscDiscrepancyReport = new PSCDiscrepancyReportService ( apiClient ) ;
55+ this . pscDiscrepanciesReport = new PSCDiscrepancyReportService ( apiClient ) ;
5756 }
5857}
You can’t perform that action at this time.
0 commit comments