Skip to content

Commit af23cd0

Browse files
committed
chore: remove comments
1 parent 05a0ccd commit af23cd0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export class Db {
279279
}
280280

281281
/**
282-
* Execute an aggregation framework pipeline against the database, needs MongoDB \>= 3.6
282+
* Execute an aggregation framework pipeline against the database.
283283
*
284284
* @param pipeline - An array of aggregation stages to be executed
285285
* @param options - Optional settings for the command

src/explain.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export type ExplainVerbosity = string;
1313

1414
/**
1515
* For backwards compatibility, true is interpreted as "allPlansExecution"
16-
* and false as "queryPlanner". Prior to server version 3.6, aggregate()
17-
* ignores the verbosity parameter and executes in "queryPlanner".
16+
* and false as "queryPlanner".
1817
* @public
1918
*/
2019
export type ExplainVerbosityLike = ExplainVerbosity | boolean;

0 commit comments

Comments
 (0)