Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Company.findOneAndUpdate({
  2. _id: req.body._id
  3. }, {
  4. store: req.body.store
  5. }, function (err, updatedCompany) {
  6.  
  7. res.jsonp(updatedCompany);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement