Skip to content

Commit

Permalink
[chore] 주석 삭제 - #176
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jul 18, 2024
1 parent c2dfb56 commit 2280496
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ public class User extends BaseTimeEntity {
@Setter
private int totalPoint = 0;

// @OneToMany(mappedBy = "user", cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.LAZY)
// private Set<UserTag> userTags;

public static User create(final String name, final String platformUserId, final Platform platForm, final String imageUrl) {
return User.builder()
.name(name)
Expand Down

0 comments on commit 2280496

Please sign in to comment.