diff --git a/src/targets/services/monthlyReportNotification.ts b/src/targets/services/monthlyReportNotification.ts index 11db5f3083507ce74135853354adf770f6aff1a6..9e40cbd78cdc473777b85d3172cc509519cc921e 100644 --- a/src/targets/services/monthlyReportNotification.ts +++ b/src/targets/services/monthlyReportNotification.ts @@ -223,7 +223,7 @@ const monthlyReportNotification = async ({ const today = DateTime.local().setZone('utc', { keepLocalTime: true, }) - const month = today.minus({ month: 1 }).toFormat('MM') + const month = today.toFormat('MM') const year = today.toFormat('yyyy') const monthlyReport: MonthlReport = await getMonthlyReport( year,