mongoose #<Query> has no method 'run'
laurelnaiad opened this issue · 1 comments
laurelnaiad commented
calipso/modules/core/mail/mail.js:135
MailTemplate.find().run(function (err, mailTemplates) {
^
TypeError: Object # has no method 'run'
I was able to make this work by changing .run calls in mail.js to .exec.
I was going to do a pull request but I can't figure out which version of Mongoose dropped support for .run, so I wasn't sure how changing to .exec would play with the NPM dependency of "mongoose": "3.6.x"
.
I'll ask in the mongoose forum about when .run support was dropped.
laurelnaiad commented
Found it.
2.7.0 / 2012-06-14
- added; deprecation warnings to methods being removed in 3.x
I'll do a PR.