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

Commit

Permalink
fix: 'report' spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 10, 2020
1 parent 6f5aeff commit daefef1
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 @@ -195,7 +195,7 @@ export class Reports {
const [response, meta] = await this.httpClient.request('POST', {
resource: Resource.Report,
version: REPORTS_API_VERSION,
action: 'GetReportRequestCount',
action: 'GetReportCount',
parameters: {
'ReportTypeList.Type': parameters.ReportTypeList,
Acknowledged: parameters.Acknowledged,
Expand Down

0 comments on commit daefef1

Please sign in to comment.