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 d17c577 commit 7aa3883Copy full SHA for 7aa3883
src/objectid.ts
@@ -32,7 +32,7 @@ export class ObjectId extends BSONValue {
32
/** @internal */
33
private static index = Math.floor(Math.random() * 0xffffff);
34
35
- static cacheHexString: boolean = true;
+ static cacheHexString: boolean;
36
37
/** ObjectId Bytes @internal */
38
private buffer!: Uint8Array;
0 commit comments