Skip to content

[fix] 디스코드 댓글 수정 문제 해결#446

Merged
drbug2000 merged 1 commit intodevelopfrom
fix/#445/comment-dfit-error-in-discord
Apr 11, 2025
Merged

[fix] 디스코드 댓글 수정 문제 해결#446
drbug2000 merged 1 commit intodevelopfrom
fix/#445/comment-dfit-error-in-discord

Conversation

@drbug2000
Copy link
Collaborator

📝 요약

add "return"
분기 코드 문제로 추후 다른 디자인 패턴으로 수정하는 것이 좋아 보임

🔖 변경 사항

분기 처리에서 오류가 났네요
사소한 실수로 코드 수정이 많아져서 죄송합니다

✅ 리뷰 요구사항

📸 확인 방법 (선택)



📌 PR 진행 시 이러한 점들을 참고해 주세요

* P1 : 꼭 반영해 주세요 (Request Changes) - 이슈가 발생하거나 취약점이 발견되는 케이스 등
* P2 : 반영을 적극적으로 고려해 주시면 좋을 것 같아요 (Comment)
* P3 : 이런 방법도 있을 것 같아요~ 등의 사소한 의견입니다 (Chore)

add "return"
분기 코드 문제로 추후 다른 디자인 패턴으로 수정하는 것이 좋아 보임
@drbug2000 drbug2000 linked an issue Apr 11, 2025 that may be closed by this pull request
2 tasks
.content(event.getMessage().getContentRaw())
.build();
updateCommentUseCase.updateCommentFromDiscord(command);
return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

빠른 대처 좋네요

@drbug2000 drbug2000 merged commit 5fd427b into develop Apr 11, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] 댓글 수정 오류

2 participants