Skip to content

Commit

Permalink
feat: ArtistInfo about 초기값 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun committed Oct 13, 2024
1 parent 05a9912 commit 9b4f6d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ public class ArtistInfo {
@Column(nullable = false)
private Long totalLikes;

@Builder.Default
private String about = "";
}

0 comments on commit 9b4f6d5

Please sign in to comment.