mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 22:16:59 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
||||
|
||||
return programs
|
||||
},
|
||||
async channels({ token, lang = en }) {
|
||||
async channels({ token, lang = 'en' }) {
|
||||
const axios = require('axios')
|
||||
const ACCESS_TOKEN = token
|
||||
? token
|
||||
|
||||
Reference in New Issue
Block a user