크리에이터 관리자 - 시리즈 등록

- 키워드 등록시 중복등록이 되지 않도록 수정
This commit is contained in:
Klaus 2024-04-22 19:49:43 +09:00
parent 5f607e2b75
commit a438aae9bc
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class CreatorAdminContentSeriesService(
seriesKeyword
}
series.keywordList.addAll(keywords)
series.keywordList.addAll(keywords.toSet())
val metadata = ObjectMetadata()
metadata.contentLength = coverImage.size