Skip to content

Commit 4d9864f

Browse files
committed
wip
1 parent e6d8f75 commit 4d9864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/wire_protocol/responses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export class CursorResponse extends MongoDBResponse {
202202
private _batch: OnDemandDocument | null = null;
203203
private iterated = 0;
204204

205-
private get cursor() {
205+
get cursor() {
206206
return this.get('cursor', BSONType.object, true);
207207
}
208208

0 commit comments

Comments
 (0)