Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created June 16, 2018 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/cf9a6685c577b704a0317b9043dcc910 to your computer and use it in GitHub Desktop.
Save dance2die/cf9a6685c577b704a0317b9043dcc910 to your computer and use it in GitHub Desktop.
// Combine all story IDs to get all items in one go for "items" map
// We need only distinct SET of IDs.
const storyIds = [
...new Set([...topResults.data, ...newResults.data, ...bestResults.data]),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment