fix: name
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Frappet 2025-08-21 10:04:23 +07:00
parent a3c51f5f52
commit db2a094471

View file

@ -168,8 +168,8 @@ async function change(e: Event) {
type: map['doc_type'],
number: map['doc_number'],
gender: map['sex'],
firstName: map['first_name'],
lastName: map['last_name'],
firstName: map['last_name'],
lastName: map['first_name'],
issueDate: map['issue_date'],
expireDate: map['expire_date'],
issuePlace: map['nationality'],