Updated compiler and trying to make ci work again

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-16 22:40:00 +01:00
parent ab5911fae9
commit b5ce0c9b93
20 changed files with 52 additions and 57 deletions

View File

@ -20,7 +20,6 @@ const btsp = async () => {
!card.retreat ||
count.includes(card.retreat)
) continue
console.log(file)
count.push(card.retreat)
}

View File

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