Skip to content

Commit 8ced69f

Browse files
committed
fixed commented out issue
1 parent 87a6c3e commit 8ced69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cursor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ Cursor.prototype.count = function(applySkipLimit, opts, callback) {
924924
var count = function(self, applySkipLimit, opts, callback) {
925925
if(typeof applySkipLimit == 'function') {
926926
callback = applySkipLimit;
927-
applySkipLimit = false;
927+
applySkipLimit = true;
928928
}
929929

930930
if(applySkipLimit) {

0 commit comments

Comments
 (0)