Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 16, 2024
1 parent 05a0ccd commit af23cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class Db {
}

/**
* Execute an aggregation framework pipeline against the database, needs MongoDB \>= 3.6
* Execute an aggregation framework pipeline against the database.
*
* @param pipeline - An array of aggregation stages to be executed
* @param options - Optional settings for the command
Expand Down
3 changes: 1 addition & 2 deletions src/explain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export type ExplainVerbosity = string;

/**
* For backwards compatibility, true is interpreted as "allPlansExecution"
* and false as "queryPlanner". Prior to server version 3.6, aggregate()
* ignores the verbosity parameter and executes in "queryPlanner".
* and false as "queryPlanner".
* @public
*/
export type ExplainVerbosityLike = ExplainVerbosity | boolean;
Expand Down

0 comments on commit af23cd0

Please sign in to comment.