dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
83 stars 39 forks source link

fix: ensures metadata is present before checking the content of the grants property #578

Closed gdixon closed 2 years ago

gdixon commented 2 years ago

This PR will fix an error on the cart where we were checking the contents of the metadata before it was available/resolved.

--

Fixes: #577