Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 54s

* develop:
  fix
This commit is contained in:
Warunee Tamkoo 2026-01-30 17:30:53 +07:00
commit b463a1f7af

View file

@ -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 },