parent
0acf98aef3
commit
0c325185fb
|
@ -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("추가된 콘텐츠가 없습니다.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue