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] 피드 댓글 조회 API nullable 컴포넌트 제거 #205

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

ChaeAg
Copy link
Member

@ChaeAg ChaeAg commented Oct 3, 2024

Related Issue

Key Changes

피드 댓글 조회 API 응답값 중 차단, 숨김 여부에 따라 컴포넌트에 null 값이 들어갈 경우가 있었는데,
안드 클라이언트 측에서 해당 null값에 대한 사이드 이펙트 발생 문제를 말씀해주셔서 해당 컴포넌트들을 non-nullable 하게 수정했습니다.

To Reviewers

References

Copy link
Contributor

@Kim-TaeUk Kim-TaeUk left a comment

Choose a reason for hiding this comment

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

굿!

Copy link
Contributor

@rinarina0429 rinarina0429 left a comment

Choose a reason for hiding this comment

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

수고하셨슴다!

@ChaeAg ChaeAg merged commit 26cecc2 into dev Oct 4, 2024
2 checks passed
@ChaeAg ChaeAg deleted the fix/#204 branch October 4, 2024 02:48
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] 피드 댓글 조회 API nullable 컴포넌트 제거
3 participants