Skip to content

Commit

Permalink
fix: mint button on POAP plugin (snapshot-labs#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored May 19, 2023
1 parent d02327b commit 4630ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function getProposalVotes(
first = 1000,
voter = '',
skip = 0,
space = '',
space = undefined,
orderBy = 'vp',
orderDirection = 'desc',
created_gte = 0
Expand Down

0 comments on commit 4630ed0

Please sign in to comment.