revert scalars

This commit is contained in:
Kenneth Kehl
2024-10-15 09:28:45 -07:00
parent 333cd1de39
commit 223a8f00a6

View File

@@ -462,7 +462,7 @@ def _query_for_billing_data(notification_type, start_date, end_date, service):
}
query = query_funcs[notification_type]()
return db.session.execute(query).scalars().all()
return db.session.execute(query).all()
def get_rates_for_billing():