ソースを参照

fix: stations & songs module wouldn't initialize sometimes

Kristian Vos 4 年 前
コミット
02c8ec4cea
1 ファイル変更1 行追加0 行削除
  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;
                 });