diff --git a/server/src/V2/Components/Card.ts b/server/src/V2/Components/Card.ts index 11677039d1..5628119558 100644 --- a/server/src/V2/Components/Card.ts +++ b/server/src/V2/Components/Card.ts @@ -22,7 +22,6 @@ import zhtw from '../../../generated/zh-tw/cards.json' import { getCardMarketPrice } from '../../libs/providers/cardmarket' import { getTCGPlayerPrice } from '../../libs/providers/tcgplayer' import { executeQuery, type Query } from '../../libs/QueryEngine/filter' -import { deepOmit } from "../../util"; // any is CompiledCard that is currently not mapped correctly const list: Record<`${string | any}${SupportedLanguages | string}`, any> = {} @@ -149,7 +148,7 @@ async function loadCard(lang: SupportedLanguages, id: string): Promise