Skip to content

Commit 835799c

Browse files
committed
fix: 불필요한 필드 삭제
1 parent 5b9a877 commit 835799c

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/com/back/domain/user/entity

1 file changed

+0
-2
lines changed

src/main/java/com/back/domain/user/entity/User.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public class User {
4747
@Column(nullable = false, length = 20)
4848
private String role = "USER";
4949

50-
private String profileImgUrl;
51-
5250
public boolean isAdmin() {
5351
return "ADMIN".equalsIgnoreCase(role);
5452
}

0 commit comments

Comments
 (0)