Skip to content

Commit

Permalink
Update overallReportingRatesByFacilityReported.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Apr 17, 2024
1 parent d67531b commit e4754fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/RR/overallReportingRatesByFacilityReported.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const fetchOverallReportingRatesByFacilityReported = () => async (dispatc
params.period = getState().filters.fromDate
? moment(getState().filters.fromDate, 'MMM YYYY')
.startOf('month')
.subtract(0, 'month')
.add(1, 'month')
.format('YYYY,M')
: moment().subtract(1, 'month').add(ETL_DAY, 'days').format('YYYY,M');
try {
Expand Down

0 comments on commit e4754fd

Please sign in to comment.