Skip to content

Commit

Permalink
hotfix: BatchCategoryType에 빠진 외국어 카테고리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Sep 27, 2024
1 parent 1ac3fe6 commit 60cc856
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 BatchCategoryType(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 60cc856

Please sign in to comment.