dcgtc / dgrants

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

tech-debt : grantContributions should always returns array #569

Closed thelostone-mc closed 2 years ago

thelostone-mc commented 2 years ago

Description

grantContributions ref in data.ts should default to empty array instead of undefined? If yes, this removes the need for || [] clause here