From 750749cb3c7df39753cf83bee81d7c3b8efe90b7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 23 Apr 2023 22:44:04 +0300 Subject: [PATCH] Update update.js --- scripts/db/update.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/db/update.js b/scripts/db/update.js index 08016768..b00ca500 100644 --- a/scripts/db/update.js +++ b/scripts/db/update.js @@ -58,6 +58,8 @@ async function editChannels() { } } + found.id = generateChannelId(found.name, found.country) + channels.splice(index, 1, found) processedIssues.push(issue)