Skip to content

Commit 6c25728

Browse files
committed
feat: 신규 가입 시 열람권 1개 자동 지급 로직 추가
1 parent 00bf2cf commit 6c25728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/ifu/ifu_server/domain/user/service/UserService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public User createUser(String providerId, String email) {
6161
.email(email)
6262
.nickname(nickname)
6363
.role(Role.USER)
64+
.ticketCount(1)
6465
.build());
6566
}
6667

0 commit comments

Comments
 (0)