parent
dce1abaeff
commit
7e9cb556d0
|
@ -219,6 +219,9 @@ class ContentSeriesService(
|
||||||
|
|
||||||
it
|
it
|
||||||
}
|
}
|
||||||
|
.filter {
|
||||||
|
it.numberOfContent > 0
|
||||||
|
}
|
||||||
.map {
|
.map {
|
||||||
val nowDateTime = LocalDateTime.now()
|
val nowDateTime = LocalDateTime.now()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue