Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 54s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 54s
* develop: fix
This commit is contained in:
commit
b463a1f7af
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ export class ProfileAvatarController extends Controller {
|
|||
"SYS_REGISTRY_OFFICER",
|
||||
_record.profileId,
|
||||
);
|
||||
|
||||
if (_record.isActive) {
|
||||
const profile = await this.profileRepository.findOne({
|
||||
where: { id: _record.profileId },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue