dcgtc / dgrants

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

Adding handling for errors parsing grant round funds #621

Open phutchins opened 2 years ago

phutchins commented 2 years ago

Closes #616

jjwoz commented 2 years ago

@phutchins it looks like the tests have failed for linting

phutchins commented 2 years ago

Replaced undefined return with empty object instead which appears to be passing linting.

phutchins commented 2 years ago

Going to move forward with merging this and we can add an issue for ensuring that we handle errors processing grant rounds consistently.