fix(medusa): Add missing promiseAll import (#5635)

This commit is contained in:
chemicalkosek
2023-11-14 19:37:00 +01:00
committed by GitHub
parent 3f016d871a
commit 7226f5b699
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Add missing import of promiseAll

View File

@@ -1,3 +1,5 @@
import { promiseAll } from "@medusajs/utils"
class OrderSubscriber {
constructor({
manager,