Skip to content

Instantly share code, notes, and snippets.

@RobAWilkinson
Created April 19, 2016 20:49
Show Gist options
  • Save RobAWilkinson/7373b6089134ff983aca54b04124c83e to your computer and use it in GitHub Desktop.
Save RobAWilkinson/7373b6089134ff983aca54b04124c83e to your computer and use it in GitHub Desktop.
if(req.body.email) {
user.email = req.body.email;
}
if(req.body.email) {
user.username = req.body.email;
}
if(req.body.phone) {
user.phone = req.body.phone;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment