Update create-queue.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 04:57:09 +03:00
parent 3793895948
commit c50fab812c

View file

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