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)