시리즈 #167

Merged
klaus merged 35 commits from test into main 2024-04-26 18:51:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0c325185fb - Show all commits

View File

@ -242,7 +242,7 @@ class CreatorAdminContentSeriesService(
} }
if (seriesContentList.size > 0) { if (seriesContentList.size > 0) {
series.contentList.addAll(seriesContentList) series.contentList.addAll(seriesContentList.toSet())
} else { } else {
throw SodaException("추가된 콘텐츠가 없습니다.") throw SodaException("추가된 콘텐츠가 없습니다.")
} }