remove all() from statement

This commit is contained in:
Kenneth Kehl
2024-10-15 11:17:23 -07:00
parent c2a2dd0e1b
commit 597f2b0a8b

View File

@@ -764,7 +764,6 @@ def fetch_billing_details_for_all_services():
)
.select_from(Service)
.outerjoin(Service.organization)
.all()
)
return db.session.execute(billing_details).all()