mirror of
https://github.com/iptv-org/epg
synced 2026-05-08 10:27:06 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
const cheerio = require('cheerio')
|
||||
|
||||
const data = await axios
|
||||
.get(`https://guidatv.sky.it/canali`)
|
||||
.get('https://guidatv.sky.it/canali')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user