Fixed Card Compiler bug

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-04-24 23:44:08 +02:00
parent 92ba4f41d3
commit 9f41448f10
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 1 additions and 4 deletions

2
dist

@ -1 +1 @@
Subproject commit 8486c56735b8b20957a14746dd0d6c1cf0ffec31
Subproject commit 8599afe13c77693b83d4df58ac05d0ed8bffbb8e

View File

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