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)
console.log(queue)
logger.info(`Found ${queue.length} items`)
return queue