John Huynh

369
reputation
3
6
  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