Mongoose - findByIdAndUpdate runValidators based on other properties

前端 未结 0 1946
孤独总比滥情好
孤独总比滥情好 2021-01-14 13:00

I\'m trying to update a model with the following query:

Model.findByIdAndUpdate(id, { min_age: 18, max_age: 24 }, { new         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题