Resolve a promise nested inside an array of objects

后端 未结 0 1387
梦谈多话
梦谈多话 2020-12-01 01:43

I have an array of objects that I get from database.

const users = await User.findAll();

To each of them, I want to call an async function

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