Update update-codes.js

This commit is contained in:
Aleksandr Statciuk 2021-09-05 02:35:54 +03:00
parent 6099f62ee7
commit 397b2f0219

View file

@ -62,7 +62,7 @@ function writeToFile(filename, data) {
}
function convertToJSON(arr) {
return JSON.stringify(arr, null, 2)
return JSON.stringify(arr)
}
function parseChannels(file) {