Skip to content

Commit

Permalink
remove duplicate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Sep 5, 2024
1 parent 0ce4125 commit 3035234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions transactions/scripts/get_nft_metadata.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ access(all) fun main(address: Address, id: UInt64): NFT {

let bridgedMetadata = MetadataViews.getEVMBridgedMetadata(nft)!

let bridgedMetadata = MetadataViews.getEVMBridgedMetadata(nft)!

return NFT(
name: display.name,
description: display.description,
Expand Down

0 comments on commit 3035234

Please sign in to comment.