Skip to content

Commit

Permalink
fix: add missing query param name (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Sep 18, 2023
1 parent 2b65433 commit c4cb57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/SnapshotGraphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class SnapshotGraphql extends API {
const result = await this.fetch<SnapshotVoteResponse>(
GRAPHQL_ENDPOINT,
this.options().method('POST').json({
GET_VOTES_QUERY,
query: GET_VOTES_QUERY,
variables,
})
)
Expand Down

0 comments on commit c4cb57c

Please sign in to comment.