#2004
Some checks failed
release / release (push) Failing after 11s

This commit is contained in:
Adisak 2025-11-24 10:38:58 +07:00
parent 925994dec6
commit 7c345a61f3

View file

@ -5718,6 +5718,9 @@ export class CommandController extends Controller {
posNumCodeSit: _posNumCodeSit,
posNumCodeSitAbb: _posNumCodeSitAbb,
});
if(orgRevisionRef){
await CreatePosMasterHistoryOfficer(orgRevisionRef.id, req, "DELETE");
}
await removeProfileInOrganize(profile.id, "OFFICER");
const clearProfile = await checkCommandType(String(item.commandId));
const _null: any = null;