fix: error validation
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Methapon2001 2025-06-30 15:38:16 +07:00
parent 7bd685ea96
commit a69962db48

View file

@ -144,9 +144,9 @@ type UserUpdate = {
namePrefix?: string | null;
firstName?: string;
firstNameEN: string;
firstNameEN?: string;
middleName?: string | null;
middleNameEN: string | null;
middleNameEN?: string | null;
lastName?: string;
lastNameEN?: string;
gender?: string;