Skip to content

Commit d7aef3e

Browse files
committed
Satisfy linter
1 parent 28b2f87 commit d7aef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play.pokemonshowdown.com/src/battle-dex-search.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ class BattlePokemonSearch extends BattleTypedSearch<'pokemon'> {
10471047
});
10481048
}
10491049
} else if (format === 'ou') tierSet = tierSet.slice(slices.OU);
1050-
else if (format === 'uubl') tierSet = tierSet.slice(slices.UUBL)
1050+
else if (format === 'uubl') tierSet = tierSet.slice(slices.UUBL);
10511051
else if (format === 'uu') tierSet = tierSet.slice(slices.UU);
10521052
else if (format === 'ru') tierSet = tierSet.slice(slices.RU || slices.UU);
10531053
else if (format === 'nu') tierSet = tierSet.slice(slices.NU || slices.RU || slices.UU);

0 commit comments

Comments
 (0)