diff --git a/.changeset/friendly-jars-try.md b/.changeset/friendly-jars-try.md new file mode 100644 index 0000000000..5653e7975e --- /dev/null +++ b/.changeset/friendly-jars-try.md @@ -0,0 +1,5 @@ +--- +"@medusajs/medusa": patch +--- + +fix(medusa): circular loading diff --git a/packages/medusa/src/interfaces/price-selection-strategy.ts b/packages/medusa/src/interfaces/price-selection-strategy.ts index 02dacfedeb..c7b83e8c7c 100644 --- a/packages/medusa/src/interfaces/price-selection-strategy.ts +++ b/packages/medusa/src/interfaces/price-selection-strategy.ts @@ -1,5 +1,5 @@ import { EntityManager } from "typeorm" -import { MoneyAmount } from ".." +import { MoneyAmount } from "../models" import { PriceListType } from "../types/price-list" import { TaxServiceRate } from "../types/tax-service"