Skip to content

Commit

Permalink
fix: lib/anime/resolver - fix typo in toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorge committed Dec 6, 2024
1 parent 3b96d37 commit 0811eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/anime/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class AnimeResolver {
}

public toString(): string {
return "AniDBResolver";
return "AnimeResolver";
}

public async refresh(): Promise<void> {
Expand Down

0 comments on commit 0811eef

Please sign in to comment.