Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: action for get report schedule count
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 12, 2020
1 parent 31c20ae commit 5d67d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/reports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class Reports {
const [response, meta] = await this.httpClient.request('POST', {
resource: Resource.Reports,
version: REPORTS_API_VERSION,
action: 'GetReportScheduleList',
action: 'GetReportScheduleCount',
parameters: {
'ReportTypeList.Type': parameters.ReportTypeList,
},
Expand Down

0 comments on commit 5d67d38

Please sign in to comment.