79473043

Date: 2025-02-27 14:53:56
Score: 1.5
Natty:
Report link

Just try using

reviewSchema.pre(/^findOneAndUpdate/, async function (next) {
    this.r = await this.model.findOne(this.getQuery());
    next();
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Faizan Ali