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({