Modified variable declaration

This commit is contained in:
Arif Budiman 2023-08-20 22:44:04 -07:00
parent 1f74bff26c
commit 2212362e49

View file

@ -30,7 +30,7 @@ module.exports = {
},
parser: function (context) {
let programs = []
const programs = []
const scheduleDates = parseItems(context.content)
const today = dayjs.utc(context.date).startOf('day')
const lastDay = today.add(1, 'day')