linting fixes all files

This commit is contained in:
theofficialomega
2025-07-27 16:30:07 +02:00
parent d6884090df
commit 9d2cf08e2e
3 changed files with 18 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
site: 'tataplay.com',
days: 1,
url({ channel, date }) {
url({ date }) {
return `https://tm.tapi.videoready.tv/content-detail/pub/api/v2/channels/schedule?date=${date.format('DD-MM-YYYY')}`
},