예약 업로드 #113

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

View File

@@ -200,7 +200,6 @@ class AudioContentController(
val contentIdList = repository.getNotReleaseContentId()
for (contentId in contentIdList) {
println(contentId)
service.releaseContent(contentId)
}