Compare commits
No commits in common. "d732bad042b55e42ae5e8cb4f4cbaed0ef415ec5" and "4c935c3beeec23f4403cc3fe36efa99c65f29a54" have entirely different histories.
d732bad042
...
4c935c3bee
|
@ -224,10 +224,8 @@ class ContentSeriesService(
|
||||||
|
|
||||||
return if (publishedDaysOfWeek.contains(SeriesPublishedDaysOfWeek.RANDOM)) {
|
return if (publishedDaysOfWeek.contains(SeriesPublishedDaysOfWeek.RANDOM)) {
|
||||||
dayOfWeekText
|
dayOfWeekText
|
||||||
} else if (publishedDaysOfWeek.size < 7) {
|
|
||||||
"매주 $dayOfWeekText"
|
|
||||||
} else {
|
} else {
|
||||||
"매일"
|
"매주 $dayOfWeekText"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue