Update utils.js
This commit is contained in:
parent
d37a2b3a20
commit
d52543f025
|
@ -65,7 +65,7 @@ utils.parseChannels = function (xml) {
|
|||
return channel
|
||||
})
|
||||
|
||||
return channels
|
||||
return { site, channels }
|
||||
}
|
||||
|
||||
utils.sleep = function (ms) {
|
||||
|
|
Loading…
Reference in New Issue