Эх сурвалжийг харах

fix: stations & songs module wouldn't initialize sometimes

Kristian Vos 5 жил өмнө
parent
commit
02c8ec4cea

+ 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;
                 });