[FIX] 선호 장르 기반 웹소설 추천 화면 좋아요 개수 오류 수정 #314
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Key Changes
홈화면에서 선호 장르를 기반으로 웹소설을 추천해주는 "이 웹소설은 어때요?" 부분에서 관심 수를 가져오는 함수를 고쳤습니다.
isInterest가 true인 것만 가져와야 하는데, map만 해놓고 false인 것까지 가져오고 있어 filter로 바꿔줬습니다.
To Reviewers
References