예약 업로드 된 오디오 콘텐츠 릴리즈
This commit is contained in:
@@ -199,8 +199,9 @@ class AudioContentController(
|
||||
fun releaseContent() = run {
|
||||
val contentIdList = repository.getNotReleaseContentId()
|
||||
|
||||
contentIdList.forEach {
|
||||
service.releaseContent(it)
|
||||
for (contentId in contentIdList) {
|
||||
println(contentId)
|
||||
service.releaseContent(contentId)
|
||||
}
|
||||
|
||||
ApiResponse.ok(null)
|
||||
|
Reference in New Issue
Block a user