Skip to content

Commit

Permalink
fix: return snapshot as number (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Oct 2, 2024
1 parent f064f86 commit b25560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ type Proposal {
quorum: Float!
quorumType: String!
privacy: String
snapshot: String
snapshot: Int
state: String
link: String
app: String
Expand Down

0 comments on commit b25560c

Please sign in to comment.