Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Jun 18, 2023
1 parent 7ef6cbc commit 8a6d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlelayers/datafetch/coins/erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DeBank429ErrorResolverImpl implements DeBank429ErrorResolver {
}

isTried(): boolean {
console.debut("isTried", this.tried)
console.debug("isTried", this.tried)

return this.tried
}
Expand Down

0 comments on commit 8a6d807

Please sign in to comment.