Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(NODE-3962): correct type for ObjectiId._bsontype #480

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented Feb 7, 2022

Description

What is changing?

The type information for ObjectId._bsontype had the wrong capitalization. Runtime value is still correct.

Also added runtime and type tests to prevent regressions.

What is the motivation for this change?

It's a bug 🐛

Double check the following

  • Ran npm run lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: <type>(NODE-xxxx)<!>: <description>
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken marked this pull request as ready for review February 7, 2022 17:42
@baileympearson baileympearson merged commit 9671773 into master Feb 7, 2022
@baileympearson baileympearson deleted the NODE-3962/objectid_bsontype branch February 7, 2022 18:10
Copy link
Contributor

@dariakp dariakp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants