Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 95f7fd2

Browse files
joanrieumbroadst
authored andcommitted
fix(cursor): typo in _find()
1 parent fcff104 commit 95f7fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cursor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Cursor.prototype._find = function(callback) {
238238
Array.isArray(result.documents) &&
239239
result.documents.length === 1 &&
240240
(!self.cmd.find || (self.cmd.find && self.cmd.virtual === false)) &&
241-
(result.documents[0].cursor !== 'string' ||
241+
(typeof result.documents[0].cursor !== 'string' ||
242242
result.documents[0]['$err'] ||
243243
result.documents[0]['errmsg'] ||
244244
Array.isArray(result.documents[0].result))

0 commit comments

Comments
 (0)