Skip to content

Commit

Permalink
feat: 스터디 유형 커리큘럼을 스터디로 변경 (#726)
Browse files Browse the repository at this point in the history
feat: 스터디 유형 커리큘럼 -> 스터디
  • Loading branch information
AlmondBreez3 authored Sep 1, 2024
1 parent 92f4717 commit b197801
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@AllArgsConstructor
public enum StudyType {
ASSIGNMENT("과제 스터디"),
ONLINE("온라인 커리큘럼"),
OFFLINE("오프라인 커리큘럼");
ONLINE("온라인 스터디"),
OFFLINE("오프라인 스터디");

private final String value;
}

0 comments on commit b197801

Please sign in to comment.