uncomment usefull code

This commit is contained in:
isUnknown 2024-07-26 08:51:05 +02:00
parent 5773c1ef49
commit 5976049aa6

View file

@ -14,12 +14,12 @@
this.dates = getDatesInMonth(this.monthNumb);
const mapadoDates = await getMapadoDates(this.monthNumb)
// mapadoDates.forEach(mapadoDate => {
// const day = parseInt(mapadoDate.day)
// this.dates[day].push(mapadoDate.name)
// })
mapadoDates.forEach(mapadoDate => {
const day = parseInt(mapadoDate.day)
this.dates[day].push(mapadoDate.name)
})
// console.log('dates', this.dates)
console.log('dates', this.dates)
}
}"