Skip to content

Commit

Permalink
Remove flavor filter validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Apr 3, 2018
1 parent c58adfb commit f464da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
const router = express.Router();

const ALL_PRODUCTS_VALIDATORS = [
check('flav').isWhitelisted(['sweet-hot', 'refreshing', 'sweet-sour']),
check('flav'),
check('inventory').isLowercase(),
check('tags').isLowercase()
];
Expand Down

0 comments on commit f464da8

Please sign in to comment.