Skip to content

Commit

Permalink
Update src/server/endpoints/covidcast.py
Browse files Browse the repository at this point in the history
Co-authored-by: george <[email protected]>
  • Loading branch information
nolangormley and melange396 authored Feb 3, 2025
1 parent 59d0ec8 commit 0bf61b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/endpoints/covidcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ def handle_geo_coverage():

q.apply_geo_filters("geo_type", "geo_value", geo_sets)
q.set_sort_order("source", "signal")
q.group_by = fields_string # this condenses duplicate results, similar to `SELECT DISTINCT`

return execute_query(q.query, q.params, fields_string, [], [])

Expand Down

0 comments on commit 0bf61b7

Please sign in to comment.