feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 742 forks source link

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

Closed smngvlkz closed 3 weeks ago

smngvlkz commented 4 weeks ago

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:

This pull request is related to issue #3485

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

daffl commented 3 weeks ago

That makes sense, thank you!