Skip to content

Instantly share code, notes, and snippets.

@jotatoledo
Last active August 25, 2019 17:28
Show Gist options
  • Save jotatoledo/1c9ff10defed5af65cc88b9418b1fc2d to your computer and use it in GitHub Desktop.
Save jotatoledo/1c9ff10defed5af65cc88b9418b1fc2d to your computer and use it in GitHub Desktop.
getUniques(): Hit[] {
const mergedHits = this.read().concat(this.previousData);
const hitsById = new Map(mergedHits.map(hit => [hit.id, hit]);
return [...mergedHitsById.values()];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment