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: 대상 ID 반환 오류 수정 #193

Merged
merged 1 commit into from
Sep 22, 2024
Merged

fix: 대상 ID 반환 오류 수정 #193

merged 1 commit into from
Sep 22, 2024

Conversation

Namgyu11
Copy link
Contributor

✨ 이 PR에서 핵심적으로 변경된 사항

문제를 해결하면서 주요하게 변경된 사항들을 적어 주세요

  • AccompanyReviewEntity 조회 시 잘못된 대상 반환 문제를 수정했습니다.
  • 'r.target'을 'r.target.id'로, 'r.reviewer'를 'r.reviewer.id'로 변경하여 정확한 ID를 반환합니다.

핵심 변경 사항 외에 추가적으로 변경된 부분

없으면 ‘없음’ 이라고 기재해 주세요

테스트

  • 테스트 코드
  • API 테스트

- AccompanyReviewEntity 조회 시 잘못된 대상 반환 문제를 수정했습니다.
- 'r.target'을 'r.target.id'로, 'r.reviewer'를 'r.reviewer.id'로 변경하여 정확한 ID를 반환합니다.

Signed-off-by: Namgyu11 <[email protected]>
@sen2y sen2y merged commit 7456d96 into develop Sep 22, 2024
1 check passed
@sen2y sen2y deleted the feat-chatNotification branch September 22, 2024 11:21
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