Skip to content

Commit

Permalink
chore: temp method fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Feb 18, 2024
1 parent 3975c60 commit f526d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ public void tempMethod(){
this.role="ARTIST";
this.userStatus = UserStatus.ACTIVE;
this.provider = Provider.KAKAO;
this.details = false;
}
}
2 changes: 1 addition & 1 deletion src/main/java/umc/meme/shop/domain/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class User {
protected List<Inquiry> inquiryList;

@NotNull
private boolean details;
protected boolean details;

public void updateInquiryList(Inquiry inquiry) {
this.inquiryList.add(inquiry);
Expand Down

0 comments on commit f526d18

Please sign in to comment.