Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert committed Nov 3, 2024
1 parent ba3a5eb commit 0f44e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/build-indexes-custom-v2
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
if (!is35Pokes) continue;
let tier = "Illegal"
const entry = ThirtyFivePokesFormatsData[id];
console.log(entry);
if (entry && entry.tier && typeof entry.tier === "string") {
tier = entry.tier;
}
Expand Down

0 comments on commit 0f44e09

Please sign in to comment.