Explorar o código

fix: stations & songs module wouldn't initialize sometimes

Kristian Vos %!s(int64=4) %!d(string=hai) anos
pai
achega
02c8ec4cea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backend/logic/actions/utils.js

+ 1 - 0
backend/logic/actions/utils.js

@@ -65,6 +65,7 @@ module.exports = {
                 },
             ],
             async (err, module) => {
+                const jobsInQueue = module.jobQueue._tasks.heap.map((task) => {
                     return task.data;
                 });