Skip to content

Commit

Permalink
feat: delete exeception
Browse files Browse the repository at this point in the history
  • Loading branch information
ManHyuk committed Jan 11, 2024
1 parent 9de8d6f commit ccf4de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class OAuth2UserService(
val profileImage = properties["profile_image"] ?: ""
val thumbnailImage = properties["thumbnail_image"]
val nickname = properties["nickname"]
val email = properties["email"] ?: throw RuntimeException("이메일없음")
val email = properties["email"]
val user = upsert(
email = id,
image = profileImage,
Expand Down

0 comments on commit ccf4de9

Please sign in to comment.