Fix(medusa-test-utils): config loader (#6919)

This commit is contained in:
Carlos R. L. Rodrigues
2024-04-03 09:28:40 -03:00
committed by GitHub
parent b3a3993423
commit 56c04f452c
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ import Currency from "./models/currency"
export const LinkableKeys: Record<string, string> = {
code: Currency.name,
currency_code: Currency.name,
default_currency_code: Currency.name,
}
const entityLinkableKeysMap: MapToConfig = {}