Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trylaarsdam/3e828310772d4565668b8ab345523dcf to your computer and use it in GitHub Desktop.
Save trylaarsdam/3e828310772d4565668b8ab345523dcf to your computer and use it in GitHub Desktop.
Spokin Allergens
const allergensForFilterType = {
diningOut: ['peanuts', 'tree nuts', 'milk', 'egg', 'soy', 'fish', 'shellfish', 'wheat', 'celiac-gluten', 'sesame', 'mustard', 'corn', 'legumes'],
topRatedByLocation: ['peanuts', 'tree nuts', 'milk', 'egg', 'soy', 'fish', 'shellfish', 'wheat', 'celiac-gluten', 'sesame', 'mustard', 'corn', 'legumes']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment