Skip to content

Commit

Permalink
Merge pull request #295 from openaq/instruments-locations-count
Browse files Browse the repository at this point in the history
removed locations_count from instruments.py query
  • Loading branch information
majesticio authored Sep 28, 2023
2 parents a57850e + b0a89aa commit aefc70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openaq_api/openaq_api/v3/routers/instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ async def fetch_instruments(query, db):
SELECT
instruments_id AS id
, label AS name
, locations_count
, is_monitor
, json_build_object('id', e.entities_id, 'name', e.full_name) AS manufacturer
FROM
Expand Down

0 comments on commit aefc70e

Please sign in to comment.