mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Modified variable declaration
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
parser: function (context) {
|
parser: function (context) {
|
||||||
let programs = []
|
const programs = []
|
||||||
const scheduleDates = parseItems(context.content)
|
const scheduleDates = parseItems(context.content)
|
||||||
const today = dayjs.utc(context.date).startOf('day')
|
const today = dayjs.utc(context.date).startOf('day')
|
||||||
const lastDay = today.add(1, 'day')
|
const lastDay = today.add(1, 'day')
|
||||||
|
|||||||
Reference in New Issue
Block a user