Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 2c9b8d0507770bb68ff627a0cac259b1cf24c217353ea8062f8ddb258b706127:29:24
|
29 | storefront.cleanup(listingResourceID: listingID)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: assertion failed: listing is not purchased, only admin can remove
--> 4eb8a10cb9f87357.NFTStorefront:473:12
|
473 | assert(listing.getDetails().purchased == true, message: "listing is not purchased, only admin can remove")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^