diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index e8d6acad..11ee6ca7 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -6235,6 +6235,7 @@ export class ProfileController extends Controller { profile && profile.profileEducations.length > 0 ? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}` : "", + dateAppoint: profile.dateAppoint }; if (_profile.child4Id != null) {