Skip to content

Commit

Permalink
Update SocialUserService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayle0627 authored Feb 1, 2025
1 parent 48e5f15 commit 41baaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SocialUserService(

// 클라이언트에서 쓸 유저 식별 번호인 userNumber는 해당 유저가 서비스에 가입한 순서 + 1으로 한다.
val userNumber = userRepository.getMaxUserNumber() + 1

val userEntity = userRepository.save(
UserEntity(
userNumber = userNumber,
Expand Down

0 comments on commit 41baaee

Please sign in to comment.