change some files

This commit is contained in:
2026-06-03 16:17:08 +03:30
parent 09a34cd435
commit 677d5b8e31

View File

@@ -65,7 +65,8 @@ class IdentityFormServiceClass extends Controller {
lastName: data.lastName,
nationality: data.nationality,
religion: data.religion,
profilePhotoId: data.profilePhotoId,
profilePhotoId:
data.profilePhotoId === "" ? undefined : data.profilePhotoId,
},
{
where: {