Skip to content

Commit

Permalink
HOTFIX: 디저트, 야식 카테고리 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
newbission committed Jun 18, 2024
1 parent f4d35b6 commit 95092f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/recipes/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ def get_category_name(self, category):
category_mapping = {
"daily": "1",
"healthy": "2",
"midnight": "3",
"desert": "4",
"desert": "3",
"midnight": "4",
}
return category_mapping.get(category, None)

Expand Down

0 comments on commit 95092f7

Please sign in to comment.