Skip to content

Commit

Permalink
Merge pull request #81 from Team-Lecue/fix/#80-field_error_fix
Browse files Browse the repository at this point in the history
[FIX] popularRate 관련 오류 수정
  • Loading branch information
eeddiinn authored Mar 28, 2024
2 parents bee359d + dcc29f2 commit d4d8335
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public void addFavorite(Favorite favorite) {
favorites.add(favorite);
}

private int popularRate = 0;

@Builder
public Book(String uuid, String favoriteName, String favoriteImage, String title, String description, String backgroundColor, Member member) {
this.uuid = uuid;
Expand Down

0 comments on commit d4d8335

Please sign in to comment.