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] 유저 피드 조회 시 발생하는 NPE 해결 #189

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Conversation

Kim-TaeUk
Copy link
Contributor

Related Issue

Key Changes

  • 유저의 feed에 연결된 novel이 없을 때, novel = null인데, 이때 novel에 접근하여 발생하는 NPE를 해결했습니다.
  • 추가로 feed에 연결된 novel 정보를 임시 저장하기 위해 얻어낸 novelIds에 null을 제외했습니다. (굳이 필요없기 때문)

Copy link
Member

@ChaeAg ChaeAg left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!!

@Kim-TaeUk Kim-TaeUk merged commit c65f16c into dev Sep 18, 2024
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] 유저 피드 조회 NPE 해결
3 participants