Extract data from array of objects using map

前端 未结 0 1148
萌比男神i
萌比男神i 2021-02-04 23:12

I have the following code:

const data = await Row.find({ type: \'some_type\' }).populate(\'tasks\');

This basically finds all the Row

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