Skip to content

Commit

Permalink
fix(image): 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Feb 16, 2024
1 parent c0bbdf5 commit f09ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sickgyun/server/user/domain/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class User {
mappedBy = "writer"
)
@JoinColumn(name = "PROFILE")
Profile profile;
private Profile profile;

public void updateProfile(Profile profile) {
this.profile = profile;
Expand Down

0 comments on commit f09ad78

Please sign in to comment.