Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngvtuan committed Dec 14, 2023
1 parent 46e1400 commit 4d2400c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ChooseCluster/ExplorerAPI.helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ const ApiList = {
{
name: 'components.explorerAPI.averageSizeOfNFTStoredOnCascade',
urlDisplay: '/v1/stats/average-size-of-nft-stored-on-cascade',
url:
'Cascade%20and%20Sense%20Statistics/get_v1_stats_average_size_of_nft_stored_on_cascade',
url: 'Cascade%20and%20Sense%20Statistics/get_v1_stats_average_size_of_nft_stored_on_cascade',
method: 'GET',
},
{
Expand Down

0 comments on commit 4d2400c

Please sign in to comment.