Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion govtool/backend/sql/get-network-metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ CommitteeThreshold AS (
where
( c.gov_action_proposal_id = (Select id from LatestGovAction))
OR ( c.gov_action_proposal_id IS NULL)
order by gov_action_proposal_id nulls last
order by gov_action_proposal_id nulls last limit 1
)
SELECT
UniqueDelegators.count AS unique_delegators,
Expand Down