mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Fix linter issues in sites/
This commit is contained in:
@@ -46,10 +46,10 @@ module.exports = {
|
||||
|
||||
return programs
|
||||
},
|
||||
async channels({ country, lang }) {
|
||||
async channels() {
|
||||
const axios = require('axios')
|
||||
const data = await axios
|
||||
.get(`https://www.programetv.ro/api/station/index/`)
|
||||
.get('https://www.programetv.ro/api/station/index/')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user