Skip to content

Commit

Permalink
Merge pull request #430 from Team-Ampersand/429-not-return-the-curren…
Browse files Browse the repository at this point in the history
…t-number-of-likes

Music 좋아요, 좋아요 취소 시 현재 좋아요 수 반환 안됨
  • Loading branch information
ta2ye0n committed Sep 18, 2024
2 parents 69f37de + a14199d commit e592561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.dotori.v2.domain.music.presentation.data.res

data class MusicLikeCountResDto(
private val likeCount: Int
val likeCount: Int
)

0 comments on commit e592561

Please sign in to comment.