mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update load-cluster.js
This commit is contained in:
parent
4ec3e35845
commit
642b09051f
2 changed files with 17 additions and 8 deletions
|
@ -56,9 +56,9 @@ async function main() {
|
|||
if (err) logger.error(err.message)
|
||||
|
||||
const result = {
|
||||
_id: channel._id,
|
||||
logo: data.channel.logo,
|
||||
channel: data.channel,
|
||||
programs: data.programs,
|
||||
date: data.date.format(),
|
||||
error: err ? err.message : null
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue