Skip to content

Commit

Permalink
fix(link-modules): Fix link module initialization (#4990)
Browse files Browse the repository at this point in the history
**What**
Add a new configuration on the relationship to specify if the relation is consumed from an internal service (from medusa core). In that case do not check if the service is part of the loaded modules
  • Loading branch information
adrien2p authored and pKorsholm committed Sep 15, 2023
1 parent 381ff0a commit 20c2b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/link-modules/src/definitions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./inventory-level-stock-location"
export * from "./product-variant-inventory-item"
export * from "./product-variant-price-set"
export * from "./product-variant-money-amount"
export * from "./product-shipping-profile"

0 comments on commit 20c2b10

Please sign in to comment.