Skip to content

Commit

Permalink
🐛 use round 6 badgeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
stepandel committed Oct 29, 2024
1 parent 69c96af commit 27f8b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/common/badgeholders/getBadgeholders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function getBadgeholderForAddress({ address }: { address: string }) {
where: {
dao_slug: slug,
address: address,
retro_funding_round: "5",
retro_funding_round: "6",
},
});

Expand Down

0 comments on commit 27f8b59

Please sign in to comment.