mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
fix
This commit is contained in:
@@ -60,4 +60,4 @@ def get_processing_time_percentage_for_date_range(start_date, end_date):
|
||||
.order_by(FactProcessingTime.local_date)
|
||||
)
|
||||
|
||||
return db.session.execute(query).scalars().all()
|
||||
return db.session.execute(query).all()
|
||||
|
||||
Reference in New Issue
Block a user