mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Fix linter issues in sites/
This commit is contained in:
@@ -27,10 +27,10 @@ module.exports = {
|
||||
|
||||
return programs
|
||||
},
|
||||
async channels({ lang }) {
|
||||
async channels() {
|
||||
const axios = require('axios')
|
||||
const data = await axios
|
||||
.get(`https://telkussa.fi/API/Channels`)
|
||||
.get('https://telkussa.fi/API/Channels')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user