mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
fix delete
This commit is contained in:
@@ -880,7 +880,7 @@ def dao_find_services_with_high_failure_rates(start_date, end_date, threshold=10
|
||||
)
|
||||
)
|
||||
|
||||
return db.session.execute(stmt).scalars().all()
|
||||
return db.session.execute(stmt).all()
|
||||
|
||||
|
||||
def get_live_services_with_organization():
|
||||
|
||||
Reference in New Issue
Block a user