Skip to content

Commit

Permalink
chore: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Jan 12, 2024
1 parent 2e77f0d commit da51913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/providers/cacheApi/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BaseCacheApi } from './base'
import { bankApi } from '../../Service'

export class TokenCacheApi extends BaseCacheApi {
async fetchTotalSupply(_params: any) {
async fetchTotalSupply() {
try {
const response = await this.client.get<{
supply: TotalSupply
Expand Down

0 comments on commit da51913

Please sign in to comment.