mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 01:17:02 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = {
|
||||
|
||||
async function getTotalPageCount(region) {
|
||||
const data = await axios
|
||||
.get(`https://tv.mail.ru/ajax/channel/list/`, {
|
||||
.get('https://tv.mail.ru/ajax/channel/list/', {
|
||||
params: { page: 0 },
|
||||
headers: {
|
||||
cookie: `s=fver=0|geo=${region};`
|
||||
|
||||
Reference in New Issue
Block a user