ReportType - 사용하지 않는 Review 제거

This commit is contained in:
Klaus 2023-08-07 14:18:52 +09:00
parent 34590347a6
commit b99ab9103d
1 changed files with 1 additions and 1 deletions

View File

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