Forráskód Böngészése

fix: stations & songs module wouldn't initialize sometimes

Kristian Vos 4 éve
szülő
commit
02c8ec4cea
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      backend/logic/actions/utils.js

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

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