Skip to content

Commit

Permalink
[FIX] 알림 속성명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 23, 2023
1 parent 12cd8cd commit 39fe862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@Getter
@AllArgsConstructor
public enum Attribute {
NOTIFICATION("공지"),
NOTICE("공지"),
NEWS("소식");

private final String name;
Expand Down

0 comments on commit 39fe862

Please sign in to comment.