소스 검색

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