mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 14:36:58 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
||||
async channels() {
|
||||
const axios = require('axios')
|
||||
const data = await axios
|
||||
.get(`https://www.tvim.tv/script/epg/category_channels?category=all&filter=playable`)
|
||||
.get('https://www.tvim.tv/script/epg/category_channels?category=all&filter=playable')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user