Skip to content

Commit

Permalink
Merge pull request #267 from hearchco/as/fix/categories
Browse files Browse the repository at this point in the history
fix(categories): remove quick
  • Loading branch information
aleksasiriski authored May 25, 2024
2 parents a0a4c34 + fdd664b commit bc43cbe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/types/search/category.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const CategoryEnum = {
GENERAL: 'general',
IMAGES: 'images',
SCIENCE: 'science',
QUICK: 'quick',
THOROUGH: 'thorough'
};

Expand All @@ -30,10 +29,6 @@ export function toCategoryType(category) {
return CategoryEnum.SCIENCE;
case 'sci':
return CategoryEnum.SCIENCE;
case 'quick':
return CategoryEnum.QUICK;
case 'fast':
return CategoryEnum.QUICK;
case 'thorough':
return CategoryEnum.THOROUGH;
case 'slow':
Expand Down

0 comments on commit bc43cbe

Please sign in to comment.