Open arrmixer opened 7 years ago
forgot to add filter as a parameter to the find method:
db.collection('issues').find(filter).toArray().then((issues) => { ....
@arrmixer Thank you for this, I thought I was going to lose my mind!
forgot to add filter as a parameter to the find method:
db.collection('issues').find(filter).toArray().then((issues) => { ....