Update ProfileController.ts
This commit is contained in:
parent
9ee8240b1c
commit
0f82f9ae78
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue