From 0f82f9ae78d7b4f6f2a0bbaf31665785adcd6934 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Wed, 29 May 2024 09:40:58 +0700 Subject: [PATCH] Update ProfileController.ts --- src/controllers/ProfileController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 4aac4fbf..14299b1d 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -355,7 +355,7 @@ export class ProfileController extends Controller { AppointDate: profiles?.dateAppoint, BirthDate: profiles?.birthDate ? Extension.ToThaiShortDate(profiles.birthDate) : null, RetireDate: profiles?.dateRetireLaw, - AvatarId: profiles?.avatar ?? null, + // AvatarId: profiles?.avatar ?? null, }; const certs = await this.certificateRepository.find({