mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Fix lint
This commit is contained in:
@@ -42,6 +42,7 @@ module.exports = class PokemonStore extends Collection {
|
||||
.injectRpcs[1][1]
|
||||
.pokemon
|
||||
.map(pkmn => ({ id: pkmn.oob.dex_number, formats: pkmn.formats }));
|
||||
return this.smogonData[gen.toLowerCase()];
|
||||
}
|
||||
|
||||
makeSlug(query) {
|
||||
|
||||
Reference in New Issue
Block a user