Skip to content

Commit

Permalink
Update src/objectid.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bailey Pearson <[email protected]>
  • Loading branch information
SeanReece and baileympearson authored Nov 18, 2024
1 parent c5c278b commit 8902919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objectid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { NumberUtils } from './utils/number_utils';
let PROCESS_UNIQUE: Uint8Array | null = null;

/** ObjectId hexString cache @internal */
const __idCache = new WeakMap(); // TODO convert this to #__id private field when target updated to ES2022
const __idCache = new WeakMap(); // TODO(NODE-6549): convert this to #__id private field when target updated to ES2022

/** @public */
export interface ObjectIdLike {
Expand Down

0 comments on commit 8902919

Please sign in to comment.