Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Oct 14, 2024
1 parent ab100fc commit 7fe11d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cursor/abstract_cursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ export abstract class AbstractCursor<
private cursorClient: MongoClient;
/** @internal */
private transform?: (doc: TSchema) => any;
/**
/**
* @internal
* This is true whether or not the first command fails. It only indicates whether or not the first
* command has been run.
* command has been run.
*/
private initialized: boolean;
/** @internal */
Expand Down

0 comments on commit 7fe11d6

Please sign in to comment.