mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:15:19 -05:00
fix another
This commit is contained in:
@@ -75,7 +75,7 @@ def dao_count_live_services():
|
|||||||
Service.active, Service.count_as_live, Service.restricted is False
|
Service.active, Service.count_as_live, Service.restricted is False
|
||||||
)
|
)
|
||||||
result = db.session.execute(stmt)
|
result = db.session.execute(stmt)
|
||||||
return result.count()
|
return result.scalar()
|
||||||
|
|
||||||
|
|
||||||
def dao_fetch_live_services_data():
|
def dao_fetch_live_services_data():
|
||||||
|
|||||||
Reference in New Issue
Block a user