change some files
This commit is contained in:
@@ -65,7 +65,8 @@ class IdentityFormServiceClass extends Controller {
|
|||||||
lastName: data.lastName,
|
lastName: data.lastName,
|
||||||
nationality: data.nationality,
|
nationality: data.nationality,
|
||||||
religion: data.religion,
|
religion: data.religion,
|
||||||
profilePhotoId: data.profilePhotoId,
|
profilePhotoId:
|
||||||
|
data.profilePhotoId === "" ? undefined : data.profilePhotoId,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
where: {
|
where: {
|
||||||
|
|||||||
Reference in New Issue
Block a user