Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-cura committed Feb 22, 2023
1 parent bc02be6 commit df801de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/pokemon-list.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const usePokemonListStore = defineStore("pokemon-list", {
error: false
}),
getters: {
pokemonResultCount: (state): number => {
pokemonResultCount: (): number => {
const pokemonListStore = usePokemonListStore()
return pokemonListStore.pokemonList.length
},
Expand Down

0 comments on commit df801de

Please sign in to comment.