snapshot-labs / sx-monorepo

Snapshot X monorepo
https://docs.snapshotx.xyz
MIT License
11 stars 10 forks source link

bug(api): storing vote id doesn't work properly #437

Closed bonustrack closed 1 week ago

bonustrack commented 1 week ago

There is some issue on the API, vote id is broken, storing [Object, Object] instead of the user id

image

Not sure if this is new or not.

query {
  votes (where: { voter: "0xeF8305E140ac520225DAf050e2f71d5fBcC543e7" }) {
    id
  }
  spaces {
    id
  }
}