mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-28 23:19:50 +00:00
Fixed Card Compiler bug
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -76,9 +76,6 @@ export function cardToCardSingle(card: Card, lang: Langs): CardSingle {
|
||||
name: typeof card.set.name === "object" ? card.set.name[lang] : card.set.name,
|
||||
code: card.set.code
|
||||
},
|
||||
|
||||
cardTypes: card.cardTypes && card.cardTypes
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user