mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 12:49:48 -04:00
Fix typo in function name
This commit is contained in:
@@ -17,7 +17,7 @@ def dao_get_organisations():
|
||||
).all()
|
||||
|
||||
|
||||
def dao_count_organsations_with_live_services():
|
||||
def dao_count_organisations_with_live_services():
|
||||
return db.session.query(Organisation.id).join(Organisation.services).filter(
|
||||
Service.active.is_(True),
|
||||
Service.restricted.is_(False),
|
||||
|
||||
Reference in New Issue
Block a user