ReportType - 사용하지 않는 Review 제거

This commit is contained in:
2023-08-07 14:18:52 +09:00
parent 34590347a6
commit b99ab9103d

View File

@@ -30,5 +30,5 @@ data class Report(
}
enum class ReportType {
REVIEW, PROFILE, USER, CHEERS, AUDIO_CONTENT
PROFILE, USER, CHEERS, AUDIO_CONTENT
}