From 98141ecb4022092242fceff9c031e3ee2559b3e7 Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 20 Jan 2025 17:29:00 +0700 Subject: [PATCH] add field dateAppoint --- src/controllers/ProfileController.ts | 1 + 1 file changed, 1 insertion(+) 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) {