Skip to content

Commit

Permalink
Merge pull request #140 from bbiyongbbiyong/feature/notification
Browse files Browse the repository at this point in the history
chore: fcmtoken 빌더 초기화 관련 에러를 잡기 위해 @Builder.Default 어노테이션 추가
  • Loading branch information
Jimin0304 authored Sep 7, 2023
2 parents 97e9960 + fae5367 commit 91aa3a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class Member extends DateTimeEntity {
@Column(nullable = false)
private boolean notifyOn;

@Builder.Default
@OneToMany(mappedBy = "member", cascade = ALL, orphanRemoval = true)
private List<FcmToken> fcmTokens = new ArrayList();

Expand Down

0 comments on commit 91aa3a6

Please sign in to comment.