fix(medusa): circular loading (#3705)

This commit is contained in:
Adrien de Peretti
2023-04-04 16:02:35 +02:00
committed by GitHub
parent 4bb1f833b1
commit e5a2e9c8d2
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): circular loading

View File

@@ -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"