rodrigogs / mongoose-timezone

Mongoose plugin to normalize stored dates timezone.
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

find with req.params not working bug was fixed #5

Closed yalcinmuhammed closed 5 years ago

yalcinmuhammed commented 5 years ago

docs parameter can be null, empty array or full array. In this case, null and empty array was not controlled. I inserted these conditions. if(!docs || (docs && !docs.length)) return next();