fix(creator-channel): 빈 연재 요일 문구를 보완한다
This commit is contained in:
@@ -35,6 +35,9 @@ class CreatorChannelSeriesQueryPolicy {
|
||||
}
|
||||
|
||||
fun publishedDaysOfWeekText(days: Set<SeriesPublishedDaysOfWeek>, locale: String): String {
|
||||
if (days.isEmpty()) {
|
||||
return randomText(locale)
|
||||
}
|
||||
if (days.contains(SeriesPublishedDaysOfWeek.RANDOM)) {
|
||||
return randomText(locale)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user