From f2a3e604300e8999797b44e2240db6a5e29eec2e Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 9 Jan 2026 10:37:33 +0700 Subject: [PATCH] fix bug return profile id --- src/controllers/OrganizationDotnetController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index b5803029..706cb318 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -6195,7 +6195,7 @@ export class OrganizationDotnetController extends Controller { }); return { - id: item.id, + id: item.profileId, prefix: item.prefix, firstName: item.firstName, lastName: item.lastName,