diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index 7f0a935e..ee6624e2 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -489,6 +489,7 @@ export class OrganizationDotnetController extends Controller { posType: profile.posType ? profile.posType : null, profileSalary: profile.profileSalary, profileInsignia: profile.profileInsignias, + profileType: "OFFICER", }; return new HttpSuccess(mapProfile);