Skip to content

Commit

Permalink
πŸ› [FIX] popularRate 0 μ„€μ • #80
Browse files Browse the repository at this point in the history
  • Loading branch information
eeddiinn committed Mar 27, 2024
1 parent 042631e commit a3a79b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void addFavorite(Favorite favorite) {
}

@Column(nullable = false)
private int popularRate;
private int popularRate = 0;

@Builder
public Book(String uuid, String favoriteName, String favoriteImage, String title, String description, String backgroundColor, Member member, int popularRate) {
Expand Down

0 comments on commit a3a79b0

Please sign in to comment.