Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of John Huynh

John Huynh

John Huynh has asked 0 questions and find answers to 1 problems.

Stats

21
EtPoint
6
Vote count
0
questions
1
answers

About

  raidActions.forEach(async (raidAction) => {
    await newRaid.createRaidAction(raidAction) 
  });

Fires off the asyncrhonous calls, but doesn't await on them, needs to be in Promise.all