Skip to content

Commit

Permalink
fix: jsdoc types
Browse files Browse the repository at this point in the history
Co-authored-by: Derick M <[email protected]>
  • Loading branch information
Mygod and TurtIeSocks committed Sep 22, 2024
1 parent d39ebab commit 4316fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export class UAssets {

/**
* @param {string|number} pokemonId
* @param {PokemonDisplay} pokemonDisplay
* @param {import('@rm/types').PokemonDisplay} pokemonDisplay
*/
getPokemonByDisplay(pokemonId, pokemonDisplay) {
return this.getPokemon(
Expand Down

0 comments on commit 4316fff

Please sign in to comment.