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, }; });