mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-31 04:41:56 -05:00
fix delete
This commit is contained in:
@@ -732,7 +732,7 @@ def dao_fetch_todays_stats_for_all_services(
|
||||
if only_active:
|
||||
stmt = stmt.filter(Service.active)
|
||||
|
||||
return db.session.execute(stmt).scalars().all()
|
||||
return db.session.execute(stmt).all()
|
||||
|
||||
|
||||
@autocommit
|
||||
|
||||
Reference in New Issue
Block a user