fix: 찜하기 삭제에 따른 dto 수정#307
Hidden character warning
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request adds .claude to .gitignore and updates post-related DTOs by removing favorite-related fields (numFavorite and isPostFavorite) from GetPostResponseDto. However, isPostFavorite was added to PostResponseDto in the changes. The reviewer correctly pointed out this inconsistency, suggesting that isPostFavorite should also be removed from PostResponseDto to align with the removal of the favorite feature.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| postId: string; | ||
| postImageUrls: string[]; | ||
| writerNickname: string; | ||
| isPostFavorite: boolean; |
🚀 Pull Request
Issue
✨ Summary
📚 Details of Changes
GetPostResponseDto에서 더 이상 내려오지 않는numFavorite,isPostFavorite필드 제거PostResponseDto에isPostFavorite필드 추가🎯 Key points to review
🧪 Test & Verification
📎 Additional Notes