Merge branch 'main' of bitbucket.org:jubilian/nhance_partner_be

This commit is contained in:
Gowtham M 2025-12-10 15:01:55 +05:30
commit 105e6e099b

View File

@ -464,7 +464,7 @@ class DashboardController extends ResourceController
'code' => 200,
'message' => $message,
'ref' => 'NIL',
'counts' => counts
'counts' => $counts
])->setStatusCode(200);
} catch (\Throwable $e) {