mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Fix linter issues in sites/
This commit is contained in:
parent
d6d20b6413
commit
5df982bb7c
129 changed files with 3316 additions and 3226 deletions
|
@ -44,7 +44,7 @@ module.exports = {
|
|||
const cheerio = require('cheerio')
|
||||
|
||||
const data = await axios
|
||||
.get(`https://sjonvarp.is/`)
|
||||
.get('https://sjonvarp.is/')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue