Skip to content

Commit 957f1dc

Browse files
committed
empty log
1 parent ca7690d commit 957f1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,6 +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))
21822183
async currentOp(): Promise<{ inprog: Document[] }> {
21832184
const db = this._database('admin', 'META');
21842185
const pipelineWithTruncateOps: Document[] = [

0 commit comments

Comments
 (0)