예약 업로드 #113
|
@ -200,7 +200,6 @@ class AudioContentController(
|
||||||
val contentIdList = repository.getNotReleaseContentId()
|
val contentIdList = repository.getNotReleaseContentId()
|
||||||
|
|
||||||
for (contentId in contentIdList) {
|
for (contentId in contentIdList) {
|
||||||
println(contentId)
|
|
||||||
service.releaseContent(contentId)
|
service.releaseContent(contentId)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue