Skip to content

Commit

Permalink
fix: update berry client
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel.cunha committed Feb 17, 2023
1 parent 2256231 commit 53e00d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
. "$(dirname "$0")/common.sh"

echo "Linting files 📝"
pnpm lint-staged
pnpm lint:fix

echo "Typecheck 📝"
pnpm lint:tsc
2 changes: 1 addition & 1 deletion src/clients/berry.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { BaseClient, ClientArgs } from '../structures/base';
* - [Berries](https://pokeapi.co/docs/v2#berries)
* - [Berry Firmnesses](https://pokeapi.co/docs/v2#berry-firmnesses)
* - [Berry Flavors](https://pokeapi.co/docs/v2#berry-flavors)
* ---
*
* See [PokéAPI Documentation](https://pokeapi.co/docs/v2#berries-section)
*/
export class BerryClient extends BaseClient {
Expand Down

0 comments on commit 53e00d9

Please sign in to comment.