Commit f138f801ef91dbc30489c64acf41ff1834dab619
1 parent
79f1a7b2
Exists in
master
and in
1 other branch
update validate parameter
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ais-structure/src/modules/vizcard/vizCard.ctrl.js
@@ -93,7 +93,7 @@ function validator(req,api) | @@ -93,7 +93,7 @@ function validator(req,api) | ||
93 | list.push("firstName"); | 93 | list.push("firstName"); |
94 | list.push("lastName"); | 94 | list.push("lastName"); |
95 | list.push("emailAddress"); | 95 | list.push("emailAddress"); |
96 | - list.push("moblieNo"); | 96 | + list.push("mobileNo"); |
97 | 97 | ||
98 | return validatorHelper(req,list,api); | 98 | return validatorHelper(req,list,api); |
99 | } | 99 | } |