We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe95ba commit e8fce74Copy full SHA for e8fce74
packages/data-service/src/data-service.ts
@@ -2179,9 +2179,7 @@ class DataServiceImpl extends WithLogContext implements DataService {
2179
return this._collection(ns, 'CRUD').bulkWrite(operations, options);
2180
}
2181
2182
- @op(mongoLogId(1_001_000_053), (_, result) => {
2183
- return result ? { result } : undefined;
2184
- })
+ @op(mongoLogId(1_001_000_053))
2185
async currentOp(): Promise<{ inprog: Document[] }> {
2186
const db = this._database('admin', 'META');
2187
const pipelineWithTruncateOps: Document[] = [
0 commit comments