콘텐츠 등록
- 불필요한 파라미터 제거
This commit is contained in:
@@ -6,7 +6,6 @@ data class CreateAudioContentRequest(
|
||||
val tags: String,
|
||||
val price: Int,
|
||||
val limited: Int? = null,
|
||||
val remaining: Int? = null,
|
||||
val timezone: String = "Asia/Seoul",
|
||||
val releaseDate: String? = null,
|
||||
val themeId: Long = 0,
|
||||
|
Reference in New Issue
Block a user