This commit is contained in:
AdisakKanthawilang 2025-05-06 17:56:05 +07:00
parent 1c7180bcf2
commit dbdf3b454f

View file

@ -10081,10 +10081,9 @@ export class ProfileController extends Controller {
profile.isActive = false;
}
}
await this.profileRepo.save(profile, { data: request });
setLogDataDiff(request, { before, after: profile });
await removeProfileInOrganize(profile.id, "OFFICER");
return new HttpSuccess();
}