-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: bson-4.0.4
-
Component/s: None
-
None
-
Empty show more show less
A change to support multiple versions of the bson module concurrently led to the use of duck typing the ObjectId type. In this situations we cannot depend strictly on duck-typing, but must ensure values exists and are the correct type before attempting to use them, lest we experience {{TypeError}}s