mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
code review feedback
This commit is contained in:
@@ -23,7 +23,6 @@ def dao_count_organizations_with_live_services():
|
|||||||
Service.count_as_live.is_(True),
|
Service.count_as_live.is_(True),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# TODO Need distinct here?
|
|
||||||
return db.session.execute(stmt).scalar() or 0
|
return db.session.execute(stmt).scalar() or 0
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user