From 627fa3c8393f0aacfd7545c17eefe772ea0a1b15 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 28 Feb 2024 18:11:56 +0700 Subject: [PATCH] no message --- src/controllers/ProfileController.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 3719744f..d7c70242 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -1055,11 +1055,11 @@ export class ProfileController extends Controller { child3: item.orgChild3?.orgChild3Name ? item.orgChild3.orgChild3Name : null, child4Id: item.orgChild4Id, child4: item.orgChild4?.orgChild4Name ? item.orgChild4.orgChild4Name : null, - isResult: true, - isDuration: false, - isPunish: true, - isRetired: false, - isRetired2: true, + result: null, + duration: null, + punish: null, + retired: null, + retired2: null, }; });