We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9a877 commit 835799cCopy full SHA for 835799c
src/main/java/com/back/domain/user/entity/User.java
@@ -47,8 +47,6 @@ public class User {
47
@Column(nullable = false, length = 20)
48
private String role = "USER";
49
50
- private String profileImgUrl;
51
-
52
public boolean isAdmin() {
53
return "ADMIN".equalsIgnoreCase(role);
54
}
0 commit comments