change some files
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user