We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3536c6f commit 4982aafCopy full SHA for 4982aaf
govtool/backend/sql/get-network-metrics.sql
@@ -189,7 +189,7 @@ CommitteeThreshold AS (
189
where
190
( c.gov_action_proposal_id = (Select id from LatestGovAction))
191
OR ( c.gov_action_proposal_id IS NULL)
192
- order by gov_action_proposal_id nulls last
+ order by gov_action_proposal_id nulls last limit 1
193
)
194
SELECT
195
UniqueDelegators.count AS unique_delegators,
0 commit comments