mongoosejs / mongoose-lean-getters

Apply getters on lean() documents: https://mongoosejs.com/docs/tutorials/lean.html
Apache License 2.0
11 stars 16 forks source link

fix: call nested getters if nesting level > 1 #17

Closed vladomnifi closed 2 years ago

vladomnifi commented 2 years ago

Summary

The nested getters aren't called if nesting LVL > 1. Tests are provided.