Skip to content

Instantly share code, notes, and snippets.

@bharatsewani1993
Last active January 17, 2022 07:48
Show Gist options
  • Save bharatsewani1993/34aa305f21803f1e64c70a436d135e8b to your computer and use it in GitHub Desktop.
Save bharatsewani1993/34aa305f21803f1e64c70a436d135e8b to your computer and use it in GitHub Desktop.
sequelize-update-query, sequlize-nodejs-update-function
const data = await leads.update({email:email},{returning: true,where:{active:1,id:id}});
res.send({success:true, data:data});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment