Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     // Search
  2.     const searchObject = {
  3.       location: req.body.location,
  4.     }
  5.  
  6.     if (req.body.term) searchObject.term = req.body.term
  7.     if (req.body.limit) searchObject.limit = req.body.limit
  8.     if (req.body.offset) searchObject.offset = req.body.offset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement