try fixing pagination

This commit is contained in:
Kenneth Kehl
2024-11-18 11:36:20 -08:00
parent 92bf9c518e
commit 25d2901b86
4 changed files with 35 additions and 12 deletions

View File

@@ -59,4 +59,4 @@ def get_processing_time_percentage_for_date_range(start_date, end_date):
.order_by(FactProcessingTime.local_date)
)
return query.all()
return db.session.execute(query).scalars().all()