fix(medusa): Fix regression in job scheduler service (#3335)

The queue registration of jobs has stopped working due to a small issue in how the jobs are added to the queue.

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
pepijn-vanvlaanderen
2023-02-28 07:53:51 +00:00
committed by GitHub
co-authored by Oliver Windall Juhl
parent 89ed4cd2b1
commit 370bd472ed
3 changed files with 16 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Fix regression in job scheduler service