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

좋아요, 좋아요 취소 시 현재 좋아요 수 반환 #427

Merged
merged 5 commits into from
Sep 17, 2024

Conversation

ta2ye0n
Copy link
Member

@ta2ye0n ta2ye0n commented Sep 17, 2024

💡 개요
클라이언트단과 이야기 중좋아요, 좋아요 취소 시 현재 좋아요 수를 반환시켜주면 좋을 것 같다 해서 현재 좋아요 수를 반환해주는 코드를 추가했습니다.

📃 작업내용

  • 현재 좋아요 수 반환

Comment on lines 3 to 5
data class ToggleMusicResDto(
private val likeCount: Int
)
Copy link
Contributor

Choose a reason for hiding this comment

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

toggle music res dto라고 이름 지어주셨는데 조금 애매모한감이 있어보여요

Copy link
Member Author

Choose a reason for hiding this comment

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

927abcb

Dto명을 좀 더 직관적이게 MusicLikeCountResDto로 바꾸었습니다

@ta2ye0n ta2ye0n merged commit 69f37de into develop Sep 17, 2024
1 check passed
@ta2ye0n ta2ye0n deleted the 426-return-the-current-number-of-likes branch September 17, 2024 14:41
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