Skip to content

Commit

Permalink
fix create reportApi in v1 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Jul 25, 2024
1 parent f56de1c commit 4af5b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class RestApiClientV1 implements RestApiClient {
* @return List of ReportInfo with report IDs
*/
List<ReportInfo> getAllReports() {
de.tracetronic.cxs.generated.et.client.api.v2.ReportApi apiInstance = new de.tracetronic.cxs.generated.et.client.api.v2.ReportApi(apiClient)
ReportApi apiInstance = new ReportApi(apiClient)
return apiInstance.getAllReports()
}

Expand Down

0 comments on commit 4af5b4d

Please sign in to comment.