We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea9eef commit 0caf1c5Copy full SHA for 0caf1c5
src/operations/find.ts
@@ -36,7 +36,7 @@ export interface FindOptions<TSchema extends Document = Document> extends Comman
36
timeout?: boolean;
37
/** Specify if the cursor is tailable. */
38
tailable?: boolean;
39
- /** Specify if the cursor is a a tailable-await cursor. Requires `tailable` to be true */
+ /** Specify if the cursor is a tailable-await cursor. Requires `tailable` to be true */
40
awaitData?: boolean;
41
/** Set the batchSize for the getMoreCommand when iterating over the query results. */
42
batchSize?: number;
0 commit comments