From b2126debc0f86be12ae9fe99c4e08e5e4bd56b88 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Thu, 14 Nov 2024 11:04:52 +0700 Subject: [PATCH] no message --- 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 810271c9..b8198cdb 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -7057,7 +7057,7 @@ export class ProfileController extends Controller { lastName: profile.lastName, citizenId: profile.citizenId, position: profile.position, - isDirector : posMaster?.isDirector, + isDirector : posMaster?.isDirector??null, isProbation: profile.isProbation, posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName, posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,