OriginProtocol / origin-js

We've moved to a monorepo: https://github.com/OriginProtocol/origin
MIT License
81 stars 33 forks source link

Removing extra null in getPastEvents() query #522

Closed jordajm closed 6 years ago

jordajm commented 6 years ago

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.