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