Update create-queue.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 02:03:40 +03:00
parent 0161ac02d0
commit 309294988b
3 changed files with 17 additions and 19 deletions

View file

@ -58,6 +58,8 @@ async function createQueue() {
queue = Object.values(queue)
console.log(queue)
logger.info(`Found ${queue.length} items`)
return queue