Skip to content

Commit

Permalink
updated get contract views
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed Sep 21, 2024
1 parent f7f94d1 commit 466da66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pds/contracts/PackNFT_TopShot.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ access(all) contract PackNFT: NonFungibleToken, IPackNFT {
///
access(all) view fun getContractViews(resourceType: Type?): [Type] {
return [
Type<MetadataViews.NFTCollectionData>()
Type<MetadataViews.NFTCollectionData>(),
Type<MetadataViews.NFTCollectionDisplay>()
]
}

Expand Down

0 comments on commit 466da66

Please sign in to comment.