mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 02:02:13 -05:00
revert scalars
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user