Skip to content

Commit 88ea7df

Browse files
committed
lint
1 parent 8901b67 commit 88ea7df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cursor/abstract_cursor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,7 @@ export abstract class AbstractCursor<
785785
...this.cursorOptions,
786786
session: this.cursorSession,
787787
batchSize,
788-
omitMaxTimeMS:
789-
this.cursorOptions.omitMaxTimeMS
788+
omitMaxTimeMS: this.cursorOptions.omitMaxTimeMS
790789
};
791790

792791
if (

0 commit comments

Comments
 (0)