Skip to content

Commit

Permalink
Fix pipeline count
Browse files Browse the repository at this point in the history
  • Loading branch information
DaddyWarbucks committed Oct 10, 2024
1 parent ce00d39 commit 0f1deb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mongodb/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export class MongoDbAdapter<
if (params.pipeline) {
const aggregateParams = {
...params,
paginate: false,
query: {
...params.query,
$select: [this.id],
Expand Down

0 comments on commit 0f1deb6

Please sign in to comment.