Skip to content

Commit 7aa3883

Browse files
committed
No default cacheHexString
1 parent d17c577 commit 7aa3883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objectid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class ObjectId extends BSONValue {
3232
/** @internal */
3333
private static index = Math.floor(Math.random() * 0xffffff);
3434

35-
static cacheHexString: boolean = true;
35+
static cacheHexString: boolean;
3636

3737
/** ObjectId Bytes @internal */
3838
private buffer!: Uint8Array;

0 commit comments

Comments
 (0)