Skip to content

Commit

Permalink
fix: 잘못 수정한 부분 원상복귀 #354
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingmon committed May 25, 2024
1 parent 3b25e8c commit 2ebd8dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/page/clab/api/domain/member/domain/Role.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public enum Role {

USER("ROLE_USER", "Normal User"),
ADMIN("ROLE_ADMIN", "Administrator"),
SUPER("ROLE_SUPER", "Super Administrator"),
FREE("ROLE_FREE", "Free Pass");
SUPER("ROLE_SUPER", "Super Administrator");

private String key;
private String description;
Expand Down

0 comments on commit 2ebd8dc

Please sign in to comment.