fix(medusa, workflows): Create product workflow with Isolated modules + module registration (#5081)

* fix(medusa, workflows): Isolated modules

* Create polite-kangaroos-rhyme.md

* finalise

* naming
This commit is contained in:
Adrien de Peretti
2023-09-21 17:10:14 +02:00
committed by GitHub
parent 89735aa425
commit 202049f8aa
6 changed files with 141 additions and 7 deletions
@@ -17,7 +17,7 @@ export async function attachInventoryItems({
.resolve("productVariantInventoryService")
.withTransaction(manager)
if (!data?.inventoryItems.length) {
if (!data?.inventoryItems?.length) {
return
}