Created
June 25, 2025 18:05
-
-
Save trylaarsdam/3e828310772d4565668b8ab345523dcf to your computer and use it in GitHub Desktop.
Spokin Allergens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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