mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-02 17:00:45 -05:00
fix delete
This commit is contained in:
@@ -586,7 +586,7 @@ def dao_fetch_todays_stats_for_service(service_id):
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user