Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(mongodb): Added Update Method Prototype to MongoDBService Class #3485 #3494

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

smngvlkz
Copy link
Contributor

@smngvlkz smngvlkz commented Jun 2, 2024

Overview

This pull request adds the update method prototype to the MongoDBService class in the index.ts file. This change allows the update method to be used with the correct typings, improving the type safety and developer experience when using the MongoDBService class.

Changes:

  • Added update method prototype to MongoDBService class in index.ts

This pull request is related to issue #3485

Please review the changes and let me know if anything needs to be updated or improved.

This commit adds the update method prototype to the MongoDBService class in index.ts. This allows the update method to be used with the correct typings. This is related to issue feathersjs#3485
@daffl daffl changed the title Added Update Method Prototype to MongoDBService Class #3485 fix(mongodb): Added Update Method Prototype to MongoDBService Class #3485 Jun 9, 2024
@daffl daffl merged commit 428f23a into feathersjs:dove Jun 9, 2024
2 checks passed
@daffl
Copy link
Member

daffl commented Jun 9, 2024

That makes sense, thank you!

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

Successfully merging this pull request may close these issues.

2 participants