diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index d95bdf1a..9cc51e44 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -8112,6 +8112,7 @@ export class ProfileController extends Controller { ? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}` : "", dateAppoint: profile.dateAppoint, + avatarUrl: profile.avatar && profile.avatarName ? `${profile.avatar}/${profile.avatarName}` : null }; if (_profile.child4Id != null) {