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