Open
Description
I had a completely other problem, however, I encounterned a possible fault in the mongodb store L389:
this.events.update({'_id' : id}, updateCommand, callback);
The corresponding function in the mongodb driver L1084 expects another signature:
Collection.prototype.update = function(selector, document, options, callback) {
No clue, why everything is still working... the function from mongodb does not handle this correctly, but returns a Promise instead of calling the callback.
Metadata
Metadata
Assignees
Labels
No labels