This commit is contained in:
parent
1c7180bcf2
commit
dbdf3b454f
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue