From 14915051011cbf5d6d7caf49d50e8a23d04dc3e7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 8 Jan 2023 12:20:03 +0300 Subject: [PATCH] Update update.js --- scripts/commands/guides/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/guides/update.js b/scripts/commands/guides/update.js index b2ac326b..fb7e1a98 100644 --- a/scripts/commands/guides/update.js +++ b/scripts/commands/guides/update.js @@ -133,7 +133,7 @@ async function generateByCountry() { for (let channel of channels) { let result = { - groupedBy: 'broadcast_area', + groupedBy: 'country', country: country.code, lang: channel.lang, site: channel.site,