Update utils.js

This commit is contained in:
Aleksandr Statciuk 2022-01-25 17:51:21 +03:00
parent d37a2b3a20
commit d52543f025
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ utils.parseChannels = function (xml) {
return channel return channel
}) })
return channels return { site, channels }
} }
utils.sleep = function (ms) { utils.sleep = function (ms) {