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

Commit

Permalink
fix: lint error in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado authored and moltar committed Jun 28, 2020
1 parent 138b5c0 commit 70ab096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sections/reports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@ export class Reports {
resource: Resource.Reports,
version: REPORTS_API_VERSION,
action: 'GetReport',
parameters,
parameters: {
ReportId: parameters.ReportId,
},
})

return GetReportResponse.decode(response).caseOf({
Expand Down

0 comments on commit 70ab096

Please sign in to comment.