Remove extra ;

This commit is contained in:
NightKev 2025-08-14 10:20:40 -07:00
parent f11198a127
commit 086b61dffd

View File

@ -1875,7 +1875,7 @@ export function initPokemonPrevolutions(): void {
} }
pokemonPrevolutions[ev.speciesId] = Number.parseInt(pk) as SpeciesId; pokemonPrevolutions[ev.speciesId] = Number.parseInt(pk) as SpeciesId;
} }
}; }
} }