mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 13:56:51 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
||||
},
|
||||
async channels() {
|
||||
const html = await axios
|
||||
.get(`https://chaines-tv.orange.fr/programme-tv?filtres=all`)
|
||||
.get('https://chaines-tv.orange.fr/programme-tv?filtres=all')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user