Skip to content

Commit 5c2eea0

Browse files
committed
hotfix: apis - enum notblank 오류 해결
1 parent 89989ab commit 5c2eea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apis/src/main/kotlin/org/yapp/apis/auth/dto/request/FindOrCreateUserRequest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ data class FindOrCreateUserRequest private constructor(
3434
description = "소셜 로그인 제공자",
3535
example = "KAKAO"
3636
)
37-
@field:NotBlank(message = "providerType은 필수입니다.")
3837
val providerType: ProviderType? = null,
3938

4039
@Schema(

0 commit comments

Comments
 (0)