mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 14:06:59 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = {
|
||||
let offset = 0
|
||||
while (offset !== undefined) {
|
||||
const data = await axios
|
||||
.get(`https://web-api.tv.nu/tableauLinearChannels`, {
|
||||
.get('https://web-api.tv.nu/tableauLinearChannels', {
|
||||
params: {
|
||||
modules,
|
||||
date: dayjs().format('YYYY-MM-DD'),
|
||||
|
||||
Reference in New Issue
Block a user