no message

This commit is contained in:
Kittapath 2024-02-28 18:11:56 +07:00
parent 6642f395f0
commit 627fa3c839

View file

@ -1055,11 +1055,11 @@ export class ProfileController extends Controller {
child3: item.orgChild3?.orgChild3Name ? item.orgChild3.orgChild3Name : null, child3: item.orgChild3?.orgChild3Name ? item.orgChild3.orgChild3Name : null,
child4Id: item.orgChild4Id, child4Id: item.orgChild4Id,
child4: item.orgChild4?.orgChild4Name ? item.orgChild4.orgChild4Name : null, child4: item.orgChild4?.orgChild4Name ? item.orgChild4.orgChild4Name : null,
isResult: true, result: null,
isDuration: false, duration: null,
isPunish: true, punish: null,
isRetired: false, retired: null,
isRetired2: true, retired2: null,
}; };
}); });