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 5c8b2ac commit ca7690dCopy full SHA for ca7690d
packages/data-service/src/data-service.ts
@@ -2179,9 +2179,6 @@ 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
- })
2185
async currentOp(): Promise<{ inprog: Document[] }> {
2186
const db = this._database('admin', 'META');
2187
const pipelineWithTruncateOps: Document[] = [
0 commit comments