const formattedTargets = data.targets.map(t => {
    return players.find(p => p.uuid === t)
  })