mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Modified variable declaration
This commit is contained in:
parent
1f74bff26c
commit
2212362e49
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue