mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
conform to new eslint rules
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = {
|
||||
},
|
||||
parser: function ({ content }) {
|
||||
const programs = []
|
||||
let items = []
|
||||
let items
|
||||
|
||||
try {
|
||||
items = JSON.parse(content)
|
||||
|
||||
Reference in New Issue
Block a user