let data = get(); let uniqueData = Array.from(new Set(data)); // ... (snipped many lines) process(data); // should have been uniqueData