Skip to content

Commit

Permalink
add month report fix#1
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Aug 3, 2024
1 parent 4d8b4f1 commit df2c417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/src/utils/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ report = JSON.parse(reportT);
const monthSelected = process.env.MONTH_SELECTED || "7";
const months4Year = [monthSelected];

console.log(`MONTH_SELECTED ${MONTH_SELECTED}`)
console.log(`MONTH_SELECTED ${monthSelected}`)

// [
// { eventStatusCount: 29, eventStatus: 'INGESTED' },
Expand Down

0 comments on commit df2c417

Please sign in to comment.