diff --git a/pds/contracts/PackNFT_TopShot.cdc b/pds/contracts/PackNFT_TopShot.cdc index 7537139..be5a894 100644 --- a/pds/contracts/PackNFT_TopShot.cdc +++ b/pds/contracts/PackNFT_TopShot.cdc @@ -417,7 +417,8 @@ access(all) contract PackNFT: NonFungibleToken, IPackNFT { /// access(all) view fun getContractViews(resourceType: Type?): [Type] { return [ - Type() + Type(), + Type() ] }