mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Modified variable declaration
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user