Mongodb – Mongoose pre updateOne hook is not invoked while doc is updated
I have this schema and fields like basicSalary can be edited by admin through dashboard UI, the pre save hook works fine to calculate fields, followed by pre updateOne hook to update the doc when it's edited by admin const…