Rename config.ignore to config.skip

This commit is contained in:
Aleksandr Statciuk 2022-11-12 00:50:38 +03:00
parent cc3e319da3
commit 2afe3ff92d
19 changed files with 20 additions and 20 deletions

View file

@ -9,7 +9,7 @@ dayjs.extend(customParseFormat)
module.exports = {
site: 'rotana.net',
ignore: true, // NOTE: there is no program for the current date on the site
skip: true, // NOTE: there is no program for the current date on the site
url({ channel, date }) {
return `https://rotana.net/triAssets/uploads/2020/11/${channel.site_id}.csv`
},