Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 3, 2025
1 parent 563fe5d commit 306fced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aggregate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@ Aggregate.prototype.exec = async function exec() {
applyGlobalMaxTimeMS(this.options, model.db.options, model.base.options);
applyGlobalDiskUse(this.options, model.db.options, model.base.options);

this._optionsForExec();

if (this.options && this.options.cursor) {
return new AggregationCursor(this);
Expand Down

0 comments on commit 306fced

Please sign in to comment.