Merge branch 'dev' into adiDev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s

This commit is contained in:
Adisak 2026-06-15 10:59:28 +07:00
commit cf4c8a6388
2 changed files with 2 additions and 1 deletions

View file

@ -114,6 +114,7 @@ export class ProfileChangeNameController extends Controller {
profile.prefix = body.prefix ?? profile.prefix;
profile.rank = body.rank ?? profile.rank;
profile.prefixMain = profile.rank ?? profile.prefix;
await this.profileRepository.save(profile, { data: req });
setLogDataDiff(req, { before, after: profile });