Skip to content

Commit 6f90b65

Browse files
Uzlopaknbbeeken
andauthored
Update src/objectid.ts
Co-authored-by: Neal Beeken <[email protected]>
1 parent 233779e commit 6f90b65

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

218218
if (

0 commit comments

Comments
 (0)