Skip to content

Commit

Permalink
Update backend/src/sql/list-proposals.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski authored Oct 23, 2024
1 parent e9e4142 commit 748656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/sql/list-proposals.sql
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ SELECT
) AS yes_votes,
COALESCE(SUM(ldd_drep.amount) FILTER (WHERE voting_procedure.vote::text = 'No'), 0) + (
CASE WHEN gov_action_proposal.type = 'NoConfidence' THEN
0`
0
ELSE
always_no_confidence_voting_power.amount
END
Expand Down

0 comments on commit 748656f

Please sign in to comment.