Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 댓글 조회 버그 수정 #269

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

jjuny0310
Copy link
Member

Issues

구분

  • 버그 수정
  • 기능 추가
  • 코드 리팩터링
  • 문서 업데이트
  • 기타

주요 변경점

  • 대댓글이 있는 댓글 삭제 시 오류 해결

스크린샷

기타

@jjuny0310 jjuny0310 added the fix 버그 수정 label Oct 19, 2023
@jjuny0310 jjuny0310 self-assigned this Oct 19, 2023
Comment on lines 28 to 30
if (linkedHashMap.containsKey(commentGroup)){
linkedHashMap.get(commentGroup).addReply(GetCommentReplyElement.of(comment, loginMember));
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else if 문으로 해결해보는건 어떤가요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋은 의견 감사합니다. 반영했습니다.

@jjuny0310 jjuny0310 merged commit a6cdc15 into SSAF-SOUND:dev Oct 19, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 수정
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants