Skip to content

Commit 5bde533

Browse files
gagikaddaleax
andauthored
Update packages/shell-api/src/database.ts
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 344de42 commit 5bde533

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/shell-api/src/database.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,6 @@ export default class Database extends ShellApiWithMongoClass {
412412
return await this._runAdminCommand(cmd, {});
413413
}
414414

415-
async aggregate(
416-
singleStage: Document,
417-
options?: Document
418-
): Promise<AggregationCursor>;
419-
async aggregate(
420-
pipeline: Document[],
421-
options?: Document
422-
): Promise<AggregationCursor>;
423415
/**
424416
* Run an aggregation against the db.
425417
*

0 commit comments

Comments
 (0)