onflow / flow-nft

The non-fungible token standard on the Flow blockchain
https://onflow.org
The Unlicense
464 stars 166 forks source link

Cleanup redundant paths in the ExampleNFT #209

Closed SupunS closed 3 months ago

SupunS commented 3 months ago

Description

Noticed there are redundant path variables for the collection-path, so removed the local ones, which were leftovers from the previous update in https://github.com/onflow/flow-nft/pull/205.


For contributor use: