updateOne is not working on saving the array in an object

前端 未结 0 878
我在风中等你
我在风中等你 2021-01-14 04:48

Database -

{   
    _id: some_id,
    people: {
      person: []   
  } 
}

Query-

const result = await Model.updateOne(
               


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