เพิ่ม status email ตอนแก้ไข
This commit is contained in:
parent
a5fa754079
commit
f157efebc8
1 changed files with 1 additions and 0 deletions
|
|
@ -6436,6 +6436,7 @@ export class ProfileController extends Controller {
|
|||
Object.assign(profile, body);
|
||||
Object.assign(history, { ...profile, id: undefined });
|
||||
|
||||
profile.statusEmail = "NOT_VERIFIED";
|
||||
profile.lastUpdateUserId = request.user.sub;
|
||||
profile.lastUpdateFullName = request.user.name;
|
||||
profile.lastUpdatedAt = new Date();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue