Open
Conversation
memberservice 수정
memberrepository 수정
memberRepository 수정
kiki3123
reviewed
Apr 20, 2025
Contributor
kiki3123
left a comment
There was a problem hiding this comment.
로직은 잘 넣어주셨는데, 기존 샘플 코드가 그대로 들어가 있어서 컴파일이 안되는 코드에요!
findByEmail() : return memberRepository.findByEmail(email); 라인 존재
validateMember() : Member findMember = findById(1L); 라인 존재
Author
|
안녕하세요
202102661 양종인입니다.
혹시 그럼 다시 제출해도 괜찮을까요?
감사합니다
…On Sun, Apr 20, 2025 at 22:41 standHwan ***@***.***> wrote:
***@***.**** commented on this pull request.
로직은 잘 넣어주셨는데, 기존 샘플 코드가 그대로 들어가 있어서 컴파일이 안되는 코드에요!
findByEmail() : return memberRepository.findByEmail(email); 라인 존재
validateMember() : Member findMember = findById(1L); 라인 존재
—
Reply to this email directly, view it on GitHub
<#49 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUIE57MTR5OFBXM4WO2R3WD22OPXJAVCNFSM6AAAAAB3MKTJSWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDOOBQGI2DQNJSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
회원가입 이메일 오류 수정