Skip to content

Commit

Permalink
remove any
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Dec 12, 2023
1 parent 5e905d8 commit c3f98e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/NftController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class NftController extends BaseControllerV1<NftConfig, NftState> {
): Promise<NftMetadata> {
// TODO Parameterize this by chainId for non-mainnet token detection
// Attempt to fetch the data with the proxy
const nftInformation: any = await fetchWithErrorHandling({
const nftInformation = await fetchWithErrorHandling({
url: this.getNftApi({
contractAddress,
tokenId,
Expand Down

0 comments on commit c3f98e0

Please sign in to comment.