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:
committed by
GitHub
parent
89735aa425
commit
202049f8aa
@@ -17,7 +17,7 @@ export async function attachInventoryItems({
|
||||
.resolve("productVariantInventoryService")
|
||||
.withTransaction(manager)
|
||||
|
||||
if (!data?.inventoryItems.length) {
|
||||
if (!data?.inventoryItems?.length) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user