code review feedback

This commit is contained in:
Kenneth Kehl
2024-10-28 13:03:50 -07:00
parent 4a7e4c79a8
commit 829d9020d8

View File

@@ -23,7 +23,6 @@ def dao_count_organizations_with_live_services():
Service.count_as_live.is_(True),
)
)
# TODO Need distinct here?
return db.session.execute(stmt).scalar() or 0