Skip to content

Commit

Permalink
[Feat]: 커피챗 커리어 필드 추가
Browse files Browse the repository at this point in the history
Related to: #541
  • Loading branch information
dev-Crayon committed Nov 9, 2024
1 parent b5d7896 commit 362ea6e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public enum Career {
INTERN("인턴 경험만 있어요"),
JUNIOR("주니어 (0-3년)"),
MIDDLE("미들 (4-8년)"),
SENIOR("시니어 (9년 이상)")
SENIOR("시니어 (9년 이상)"),
STARTUP("창업 중")
;

private final String title;
Expand Down

0 comments on commit 362ea6e

Please sign in to comment.