Skip to content

Commit 233779e

Browse files
authored
Update src/objectid.ts
1 parent c63cabb commit 233779e

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
@@ -212,7 +212,7 @@ export class ObjectId {
212212
}
213213

214214
if (otherId instanceof ObjectId) {
215-
return this.id[11] === otherId.id[11] && this[kId].equals(otherId[kId]);
215+
return this[kId][11] === this[kId][11] && this[kId].equals(otherId[kId]);
216216
}
217217

218218
if (

0 commit comments

Comments
 (0)