Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Sep 11, 2023
1 parent ecfd56e commit 7483478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/[chain]/nft/nftStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const useNFTModule = defineStore('module-nft', {
return useBlockchain()
},
client() {
const client = new NFTRestClient(this.chain.rest, DEFAULT)
const client = new NFTRestClient("", DEFAULT)
return client
}
},
Expand Down

0 comments on commit 7483478

Please sign in to comment.