tango-app-api-task 3.3.1-beta-8 → 3.3.1-beta-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3714,7 +3714,7 @@ export async function updateAssign( req, res ) {
|
|
|
3714
3714
|
let userData = {
|
|
3715
3715
|
userName: assign.userName,
|
|
3716
3716
|
email: assign.userEmail,
|
|
3717
|
-
mobileNumber: assign?.
|
|
3717
|
+
mobileNumber: assign?.userPhone || '',
|
|
3718
3718
|
clientId: req.body.clientId,
|
|
3719
3719
|
};
|
|
3720
3720
|
userDetails = await createUser( userData );
|