Skip to content

Commit c63cabb

Browse files
Update src/objectid.ts
Co-authored-by: Bailey Pearson <[email protected]>
1 parent c910b9b commit c63cabb

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.id.equals(otherId.id);
215+
return this.id[11] === otherId.id[11] && this[kId].equals(otherId[kId]);
216216
}
217217

218218
if (

0 commit comments

Comments
 (0)