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 4b2991c commit f85dc9fCopy full SHA for f85dc9f
packages/shell-api/src/deep-inspect-service-provider-wrapper.ts
@@ -55,7 +55,7 @@ export class DeepInspectServiceProviderWrapper
55
insertMany = bsonMethod('insertMany');
56
insertOne = bsonMethod('insertOne');
57
replaceOne = bsonMethod('replaceOne');
58
- initializeBulkOp = bsonMethod('initializeBulkOp');
+ initializeBulkOp = forwardedMethod('initializeBulkOp'); // you cannot extend the return value here
59
createSearchIndexes = forwardedMethod('createSearchIndexes');
60
close = forwardedMethod('close');
61
suspend = forwardedMethod('suspend');
0 commit comments