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

Commit

Permalink
fix: misspelt "ScheduleDate"
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 15, 2020
1 parent 4a03e1f commit ddeb031
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 @@ -258,7 +258,7 @@ interface ManageReportScheduleParameters {
const ReportSchedule = Codec.interface({
ReportType,
Schedule: ScheduleCodec,
ScheduleDate: mwsDate,
ScheduledDate: mwsDate,
})

const ManageReportSchedule = Codec.interface({
Expand Down

0 comments on commit ddeb031

Please sign in to comment.