snapshot-labs / snapshot-sidekick

https://sh5.co
MIT License
19 stars 16 forks source link

fix: handle CSV votes proposals with shutter #258

Closed wa0x6e closed 7 months ago

wa0x6e commented 7 months ago

🧿 Current issues / What's wrong ?

Closes #256

Current votes report looks at the type of the returned choices object (number, number[], or {}), to decide how to format them on the CSV file.

This fail on proposals with shutter, which return a string when not closed yet, and still a string when the choice is invalid (edge case)

💊 Fixes / Solution

🛠️ Tests