예약 업로드 #113

Merged
klaus merged 18 commits from test into main 2024-01-10 16:59:51 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 0dd1a706fd - Show all commits

View File

@ -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)
} }