From 1e44db0d9dc2ca0285bd4e69d9a2150a0496f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bastos=20Dias?= Date: Tue, 6 Jan 2026 18:14:52 +0000 Subject: [PATCH] Fix analysesByTier --- tools/set-import/importer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/set-import/importer.ts b/tools/set-import/importer.ts index 17eb17d737..3b6cb12bb5 100644 --- a/tools/set-import/importer.ts +++ b/tools/set-import/importer.ts @@ -427,7 +427,7 @@ async function getAnalysesByFormat(pokemon: string, gen: GenerationNum) { } const analysesByFormat = new Map(); - for (const [tier, analyses] of analysesByTier.entries()) { + for (const [tier, analyses] of analysesByTier.analyses.entries()) { let t = toID(tier); // Dumb hack, need to talk to BSS people if (gen === 9 && t === 'battlestadiumsingles') {