ReportType - 사용하지 않는 Review 제거
This commit is contained in:
parent
34590347a6
commit
b99ab9103d
|
@ -30,5 +30,5 @@ data class Report(
|
||||||
}
|
}
|
||||||
|
|
||||||
enum class ReportType {
|
enum class ReportType {
|
||||||
REVIEW, PROFILE, USER, CHEERS, AUDIO_CONTENT
|
PROFILE, USER, CHEERS, AUDIO_CONTENT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue