BreadchainCoop / breadchain

2 stars 1 forks source link

fix method & run formatter #46

Closed subject026 closed 4 months ago

subject026 commented 4 months ago

Method to fetch a cast vote for an account was reverting. Can just return points array or empty array if no vote stored in mapping for account. Also renamed method casted -> cast.

Formatter ran automatically when file was saved.