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

[BUG] 좋아요 목록 조회 시 발생하는 버그 수정 #169

Merged
merged 6 commits into from
Apr 22, 2024

Conversation

kimdozzi
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

☑ 기능 추가

□ 기능 삭제

□ 버그 수정

□ 의존성, 환경 변수, 빌드 관련 코드 업데이트


반영 브랜치

bug/168-like -> dev


변경 사항

좋아요 목록 조회 시, 설정한 pageNumber와 size에 관계없이 전체 조회가 되는 부분을 수정했습니다.


테스트 결과

ex) 베이스 브랜치에 포함되기 위한 코드는 모두 정상적으로 동작해야 합니다. 결과물에 대한 스크린샷, GIF, 혹은 라이브 데모가 가능하도록 샘플API를 첨부할 수도 있습니다.


연관된 이슈

#168


리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@kimdozzi kimdozzi requested a review from SSung023 April 21, 2024 14:00
@SSung023 SSung023 added ⛔️ bug 버그 관련 🧑🏻‍💻 BE 백엔드 관련 코드 🔧 !HOTFIX 핫픽스(긴급 버그 픽스) labels Apr 22, 2024
@SSung023 SSung023 closed this Apr 22, 2024
@SSung023 SSung023 reopened this Apr 22, 2024
Copy link

github-actions bot commented Apr 22, 2024

Test Results

 47 files   47 suites   28s ⏱️
262 tests 262 ✅ 0 💤 0 ❌
275 runs  275 ✅ 0 💤 0 ❌

Results for commit e2a959f.

♻️ This comment has been updated with latest results.

@kimdozzi kimdozzi merged commit 31863e2 into main Apr 22, 2024
2 checks passed
@kimdozzi kimdozzi deleted the bug/168-like branch April 22, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻 BE 백엔드 관련 코드 ⛔️ bug 버그 관련 🔧 !HOTFIX 핫픽스(긴급 버그 픽스)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 좋아요 목록 조회 시 pageable 속성이 제대로 적용되지 않는 오류
2 participants