mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
fix delete
This commit is contained in:
@@ -586,7 +586,7 @@ def dao_fetch_todays_stats_for_service(service_id):
|
|||||||
Notification.status,
|
Notification.status,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return db.session.execute(stmt).scalars().all()
|
return db.session.execute(stmt).all()
|
||||||
|
|
||||||
|
|
||||||
def dao_fetch_stats_for_service_from_days(service_id, start_date, end_date):
|
def dao_fetch_stats_for_service_from_days(service_id, start_date, end_date):
|
||||||
|
|||||||
Reference in New Issue
Block a user