diff --git a/app/dao/fact_billing_dao.py b/app/dao/fact_billing_dao.py index f5fd93089..b99107a5f 100644 --- a/app/dao/fact_billing_dao.py +++ b/app/dao/fact_billing_dao.py @@ -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()