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

@ -22,7 +22,6 @@ const btsp = async () => {
expansion.sets = sets
let oldestRelease = "9999-99-99"
for (const j of sets) {
console.log(j)
const set = fetchSet(expansion.code, j)
oldestRelease = set.releaseDate < oldestRelease ? set.releaseDate : oldestRelease
}