mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-03 12:19:18 +00:00
Updated compiler and trying to make ci work again
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -20,7 +20,6 @@ const btsp = async () => {
|
||||
!card.retreat ||
|
||||
count.includes(card.retreat)
|
||||
) continue
|
||||
console.log(file)
|
||||
count.push(card.retreat)
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,6 @@ const btsp = async () => {
|
||||
!isCardAvailable(card, lang) ||
|
||||
!card.retreat
|
||||
) continue
|
||||
console.log(file)
|
||||
if (!(card.retreat in count)) count[card.retreat] = []
|
||||
count[card.retreat].push(card)
|
||||
}
|
||||
|
Reference in New Issue
Block a user