Mongoose Getter not being called on findById query

前端 未结 0 1373
忘掉有多难
忘掉有多难 2021-01-15 02:37

I have a mongoose model with this field:

    image: {
      type: String,
      required: true,
      get: (rawImage) =         


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