vasansr / pro-mern-stack

Code Listing for the book Pro MERN Stack
http://www.apress.com/in/book/9781484226520
343 stars 159 forks source link

Query String pg 157 #21

Open arrmixer opened 7 years ago

arrmixer commented 7 years ago

forgot to add filter as a parameter to the find method:

db.collection('issues').find(filter).toArray().then((issues) => { ....

StephanieZ commented 6 years ago

@arrmixer Thank you for this, I thought I was going to lose my mind!