fix(medusa): circular loading (#3705)
This commit is contained in:
committed by
GitHub
parent
4bb1f833b1
commit
e5a2e9c8d2
5
.changeset/friendly-jars-try.md
Normal file
5
.changeset/friendly-jars-try.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/medusa": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(medusa): circular loading
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
import { EntityManager } from "typeorm"
|
import { EntityManager } from "typeorm"
|
||||||
import { MoneyAmount } from ".."
|
import { MoneyAmount } from "../models"
|
||||||
import { PriceListType } from "../types/price-list"
|
import { PriceListType } from "../types/price-list"
|
||||||
import { TaxServiceRate } from "../types/tax-service"
|
import { TaxServiceRate } from "../types/tax-service"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user