How to access updated document during mongoose post update middleware? How to access updated document during mongoose post update middleware? mongoose mongoose

How to access updated document during mongoose post update middleware?


In the Query object you receive in the post hook, you have access to the parameters sent to the query. You can get it like this

_conditions: { id: 'cjauvboxb0000xamdkuyb1fta' }const id = this._conditions.id