Skip to content

Commit

Permalink
Fix: enum type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Nov 20, 2023
1 parent 56e029c commit ae04384
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public NotificationTabResponse(NotificationEntity notification) {
case FAMILY -> "가족";
case SUPPORT -> "후원";
case COMMUNITY -> "커뮤니티";
case DISASTER -> "재난";
};
this.createdAt = notification.getCreatedAt();
this.title = notification.getTitle();
Expand Down

0 comments on commit ae04384

Please sign in to comment.