Skip to content

Commit

Permalink
fix: 챌린지 주기 수정 안되는 오류 해결 (#242)
Browse files Browse the repository at this point in the history
* Refactor: 리펙토링

* fix(#239): 챌린지 주기 수정 안되는 오류 해결

* fix(#239): 챌린지 주기 수정 안되는 오류 해결

* fix(#239): 챌린지 주기 수정 안되는 오류 해결
  • Loading branch information
dongkyun0713 authored Dec 18, 2024
1 parent c3859f1 commit c661864
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class Challenge extends BaseEntity {
@Enumerated(value = EnumType.STRING)
private Category category;

@Enumerated(value = EnumType.STRING)
private Cycle cycle;

@Column(name = "cycle_details")
Expand Down

0 comments on commit c661864

Please sign in to comment.