mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
remove all() from statement
This commit is contained in:
@@ -764,7 +764,6 @@ def fetch_billing_details_for_all_services():
|
|||||||
)
|
)
|
||||||
.select_from(Service)
|
.select_from(Service)
|
||||||
.outerjoin(Service.organization)
|
.outerjoin(Service.organization)
|
||||||
.all()
|
|
||||||
)
|
)
|
||||||
|
|
||||||
return db.session.execute(billing_details).all()
|
return db.session.execute(billing_details).all()
|
||||||
|
|||||||
Reference in New Issue
Block a user