mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update tvtv.us.config.js
This commit is contained in:
parent
e275e04c67
commit
abd6d0531d
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ function parseItems(content) {
|
|||
}
|
||||
|
||||
function wait(ms) {
|
||||
if (process.env.NODE_ENV === 'test') return
|
||||
|
||||
return new Promise(resolve => {
|
||||
setTimeout(resolve, ms)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue