Skip to content

Commit

Permalink
Update packages/shell-api/src/database.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Henningsen <[email protected]>
  • Loading branch information
gagik and addaleax authored Oct 17, 2024
1 parent 344de42 commit 5bde533
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/shell-api/src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,14 +412,6 @@ export default class Database extends ShellApiWithMongoClass {
return await this._runAdminCommand(cmd, {});
}

async aggregate(
singleStage: Document,
options?: Document
): Promise<AggregationCursor>;
async aggregate(
pipeline: Document[],
options?: Document
): Promise<AggregationCursor>;
/**
* Run an aggregation against the db.
*
Expand Down

0 comments on commit 5bde533

Please sign in to comment.