Update load-cluster.js

This commit is contained in:
Aleksandr Statciuk 2022-01-21 19:25:50 +03:00
parent 4ec3e35845
commit 642b09051f
2 changed files with 17 additions and 8 deletions

View file

@ -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
}