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 ad3efe5 commit 64ac6d9Copy full SHA for 64ac6d9
packages/service-provider-core/src/printable-bson.ts
@@ -30,7 +30,7 @@ function makeClasslessInspect<K extends BSONClassKey>(
30
...args: Parameters<typeof originalInspect>
31
) {
32
return removeNewFromInspectResult(originalInspect.apply(this, args));
33
- } as CustomInspectFunction;
+ };
34
}
35
36
const binaryInspect = makeClasslessInspect('Binary');
0 commit comments