This removes a null from the getPastEvents query in a few places. This could be what is causing the listings to not show up on demo.staging.originprotocol.com.
The issue is that without events being found, it doesn't set the ipfsHash in the getListing() call, so no IPFS data is found.
This removes a
null
from thegetPastEvents
query in a few places. This could be what is causing the listings to not show up on demo.staging.originprotocol.com.The issue is that without events being found, it doesn't set the
ipfsHash
in thegetListing()
call, so no IPFS data is found.