diff --git a/app/api/services/office_dashboard.py b/app/api/services/office_dashboard.py index fba70a5..23046d9 100644 --- a/app/api/services/office_dashboard.py +++ b/app/api/services/office_dashboard.py @@ -194,6 +194,7 @@ class OfficeDashboardService(BaseService): account_result = { "account": account_data, + "account_profile": [], "subscriptions": [], "payments": [] }