Skip to content

Commit

Permalink
Fixes proposal count (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgingras authored Dec 10, 2024
1 parent 4a0fa9e commit 6dd44a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/prismaUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ export function getProposalsCount({
const condition = {
where: {
contract,
cancelled_block: null,
},
};

Expand Down

0 comments on commit 6dd44a7

Please sign in to comment.