Skip to content

Instantly share code, notes, and snippets.

@Fleker
Last active December 20, 2019 23:25
Show Gist options
  • Save Fleker/44068bf85e8ed1764859fc9c96f0fbec to your computer and use it in GitHub Desktop.
Save Fleker/44068bf85e8ed1764859fc9c96f0fbec to your computer and use it in GitHub Desktop.
The modified middleware
const setSessionEntities = (conv: Conv) => {
// Create sets for each type of entity type
const trackTitles = new Set<string>()
const trackGenres = new Set<string>()
const trackTags = new Set<string>()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment