Skip to content

Commit dae191e

Browse files
committed
Solve get-network-metrics returning 500 on preview
1 parent 864e972 commit dae191e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

govtool/backend/sql/get-network-metrics.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ CommitteeThreshold AS (
189189
where
190190
( c.gov_action_proposal_id = (Select id from LatestGovAction))
191191
OR ( c.gov_action_proposal_id IS NULL)
192+
order by gov_action_proposal_id nulls last
192193
)
193194
SELECT
194195
UniqueDelegators.count AS unique_delegators,

0 commit comments

Comments
 (0)