From e5db118be97bf776262292c0adb5e6af0ebc6415 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 29 Sep 2021 19:48:57 +0300 Subject: [PATCH] Reduced number of days --- sites/mi.tv.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/mi.tv.config.js b/sites/mi.tv.config.js index 115c95e4..757733e9 100644 --- a/sites/mi.tv.config.js +++ b/sites/mi.tv.config.js @@ -8,7 +8,7 @@ dayjs.extend(utc) dayjs.extend(customParseFormat) module.exports = { - days: 3, + days: 1, site: 'mi.tv', channels: 'mi.tv.channels.xml', output: '.gh-pages/guides/mi.tv.guide.xml',