Skip to content

Commit 94936f2

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents bd5ec05 + e8fce74 commit 94936f2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Mon Mar 31 2025.
2+
This document was automatically generated on Wed Apr 02 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Mon, Mar 31, 2025
9+
Generated on Wed, Apr 2, 2025
1010

1111
## Table of Contents
1212

packages/data-service/src/data-service.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,7 @@ class DataServiceImpl extends WithLogContext implements DataService {
21792179
return this._collection(ns, 'CRUD').bulkWrite(operations, options);
21802180
}
21812181

2182-
@op(mongoLogId(1_001_000_053), (_, result) => {
2183-
return result ? { result } : undefined;
2184-
})
2182+
@op(mongoLogId(1_001_000_053))
21852183
async currentOp(): Promise<{ inprog: Document[] }> {
21862184
const db = this._database('admin', 'META');
21872185
const pipelineWithTruncateOps: Document[] = [

0 commit comments

Comments
 (0)