Mongoose: how to update specific object inside the array

前端 未结 0 1353
一个人的身影
一个人的身影 2021-01-13 00:03

I have a data that looks like below in MongoDB

{
_id: aasdfeasfeasdf,
todo: [
         {_todoIde: 333, _with: []},
         {_todoIde: 111, _with: []},
               


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