generated from pricelees/issue-pr-template
[#20] 도메인별 예외 분리 #21
@ -36,8 +36,5 @@ class MemberService(
|
|||||||
String.format("[email: %s, password: %s]", email, password),
|
String.format("[email: %s, password: %s]", email, password),
|
||||||
HttpStatus.BAD_REQUEST
|
HttpStatus.BAD_REQUEST
|
||||||
)
|
)
|
||||||
|
|
||||||
fun existsById(memberId: Long): Boolean = memberRepository.existsById(memberId)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user