Skip to content

Commit

Permalink
[Feat/#375] 카테고리에 외국어 추가 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Sep 6, 2024
1 parent 0366f37 commit 452cac7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ enum class CategoryType(val code: Byte, val displayName: String) {
ECONOMY(0, "경제"),
IT(10, "IT"),
MARKETING(20, "마케팅"),
LANGUAGE(25, "외국어"),
CULTURE(30, "교양"),
SCIENCE(40, "과학"),
;
Expand Down

0 comments on commit 452cac7

Please sign in to comment.