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

hotfix: 댓글목록 조회시 AttributeConverter 예외 발생 처리 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

4whomtbts
Copy link
Collaborator

No description provided.

@4whomtbts 4whomtbts requested a review from giyeon95 August 12, 2023 20:21
Copy link
Collaborator

@giyeon95 giyeon95 left a comment

Choose a reason for hiding this comment

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

👍👍👍


// TODO (larry.x) writerInfo 가 null 인 경우에 jsonStr not-nullable 이어서
// 실패하는 문제가 있어서 임시로 처리해두었음
if (jsonStr == null) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

요거를 Sentry 보고 아차 했는데..ㅎㅎ

writerInfo 필드를 not-null 로 변경했습니다! (기존 데이터도 not-null 로 변경)

Copy link
Collaborator

Choose a reason for hiding this comment

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

이후 예외처리가 not-null 이지만 Null을 고려해야할 것 같아서, 위 코드는 미안하지만 다시 제거해도 괜찮지 않을까 의견 드립니당!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@giyeon95 넹넹 요거 그러면 머지 안하고 브랜치 삭제하겠읍니당

Copy link
Collaborator

Choose a reason for hiding this comment

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

@4whomtbts 넵 좋습니다~~!

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.

2 participants