mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-29 15:39:50 +00:00
Fixed Card Compiler bug
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2
dist
2
dist
Submodule dist updated: 8486c56735...8599afe13c
@ -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,
|
name: typeof card.set.name === "object" ? card.set.name[lang] : card.set.name,
|
||||||
code: card.set.code
|
code: card.set.code
|
||||||
},
|
},
|
||||||
|
|
||||||
cardTypes: card.cardTypes && card.cardTypes
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user