Skip to content

Instantly share code, notes, and snippets.

@dgolant
Created November 7, 2017 15:35
Show Gist options
  • Save dgolant/c5e689cafdb6a2f1756b89928ae2df8e to your computer and use it in GitHub Desktop.
Save dgolant/c5e689cafdb6a2f1756b89928ae2df8e to your computer and use it in GitHub Desktop.
Joi.validate(userEntity, SCHEMA_RES_LINKS).then((userEntity) => { 
res.send(userEntity); 
}).catch((reason) => res.status(400).send(`Something appears to be wrong with this account: ${reason}`));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment