Skip to content

Commit b66854c

Browse files
account for Neal's runcommandcursor changes
1 parent c67c717 commit b66854c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cursor/run_command_cursor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class RunCommandCursor extends AbstractCursor {
9696

9797
/** @internal */
9898
constructor(db: Db, command: Document, options: RunCursorCommandOptions = {}) {
99-
super(db.s.client, ns(db.namespace), options);
99+
super(db.client, ns(db.namespace), options);
100100
this.db = db;
101101
this.command = Object.freeze({ ...command });
102102
}

0 commit comments

Comments
 (0)