test #258

Merged
klaus merged 26 commits from test into main 2025-02-14 18:09:12 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7e9cb556d0 - Show all commits

View File

@ -219,6 +219,9 @@ class ContentSeriesService(
it
}
.filter {
it.numberOfContent > 0
}
.map {
val nowDateTime = LocalDateTime.now()