Update update.js

This commit is contained in:
Aleksandr Statciuk 2023-04-23 22:44:04 +03:00
parent 3355dd1d1b
commit 750749cb3c

View file

@ -58,6 +58,8 @@ async function editChannels() {
}
}
found.id = generateChannelId(found.name, found.country)
channels.splice(index, 1, found)
processedIssues.push(issue)