mongoosejs / mongoose-lean-getters

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

fix: allow non-discriminated documents be retrieved #40

Closed DesignByOnyx closed 3 months ago

DesignByOnyx commented 4 months ago

Summary

This allows models with discriminators to create and retrieve non-discriminated documents. This closes #39.

Examples

Please see code example in the linked issue or the new test written for this PR.