Skip to content

Commit

Permalink
update :: 접근제어자 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2ye0n committed Sep 18, 2024
1 parent 69f37de commit a14199d
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 a14199d

Please sign in to comment.