Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created June 30, 2016 15:59
Show Gist options
  • Save ajcrites/74bc182508dbce8179b03c3fd23da78b to your computer and use it in GitHub Desktop.
Save ajcrites/74bc182508dbce8179b03c3fd23da78b to your computer and use it in GitHub Desktop.
BPromise.all(friendIdList.filter(Boolean).map(obsId => docClient.queryAsync(params)))
.then(feedList => _.sortBy(_.flatten(feedList), 'timestamp').reverse());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment