generated from pricelees/issue-pr-template
refactor: AuthInterceptor 개선으로 인한 미사용 MemberService 메서드 제거
This commit is contained in:
parent
16426c9f99
commit
357f53deb4
@ -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