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