mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update-codes.js
This commit is contained in:
parent
6099f62ee7
commit
397b2f0219
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function writeToFile(filename, data) {
|
|||
}
|
||||
|
||||
function convertToJSON(arr) {
|
||||
return JSON.stringify(arr, null, 2)
|
||||
return JSON.stringify(arr)
|
||||
}
|
||||
|
||||
function parseChannels(file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue