Fix linter issues in sites/

This commit is contained in:
freearhey 2025-01-01 12:27:22 +03:00
parent d6d20b6413
commit 5df982bb7c
129 changed files with 3316 additions and 3226 deletions

View file

@ -33,10 +33,10 @@ module.exports = {
return programs
},
async channels({ country, lang }) {
async channels() {
const axios = require('axios')
const data = await axios
.get(`https://streamingtvguides.com/Preferences`)
.get('https://streamingtvguides.com/Preferences')
.then(r => r.data)
.catch(console.log)