不要怂,就是干,撸起袖子干!

Commit 28922c73 by Mick Hansen

Merge pull request #2662 from overlookmotel/fix-count-include-all

Fix findAndCountAll with include all
2 parents 607722a3 e1b735cc
Showing with 2 additions and 0 deletions
......@@ -880,6 +880,8 @@ module.exports = (function() {
return undefined;
});
expandIncludeAll.call(this, countOptions);
validateIncludedElements.call(this, countOptions);
var keepNeeded = function(includes) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!