-
Notifications
You must be signed in to change notification settings - Fork 36
Aggregate function is broken #27
Comments
Thanks for the report. Can you show me a minimal code example that produces this error? |
This is because aggregate has changed: the old version of promised-mongo On 16 July 2015 at 13:45, Gordon Mackenzie-Leigh notifications@github.com
|
👍 Just ran into this today. Our app code unfortunately broke upon updating from v0.11.6 since we use |
Is there any fix or workaround for this? |
My team implemented a fix in our fork (+ some other fixes) here: https://github.com/CrossLead/promised-mongo/tree/crosslead-release We also submitted an outstanding PR with just this fix: #41 |
@yangchristian thank you. I had seen the PR but not the new fork. Great job! |
MongoError: exception: pipeline element 0 is not an object
but callback is work now
The text was updated successfully, but these errors were encountered: