From 32828156274539c6f98f91aa36ce9b5aa227c8dd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 22 Sep 2025 09:26:23 -0400 Subject: [PATCH] account profile --- app/api/services/office_dashboard.py | 1 + 1 file changed, 1 insertion(+) 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": [] }