Skip to content

Commit

Permalink
Fix | #26 | @YongsHub | CakeShop default value 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
YongsHub committed May 20, 2024
1 parent 4c2452c commit 0e22f75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public CakeShop(String shopName, String shopBio, String shopDescription, Double
this.shopDescription = shopDescription;
this.latitude = latitude;
this.longitude = longitude;
this.likeCount = 0;
this.linkedFlag = false;
}

public void ownedByUser() {
Expand Down

0 comments on commit 0e22f75

Please sign in to comment.