시리즈 #167

Merged
klaus merged 35 commits from test into main 2024-04-26 18:51:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 86e15d4155 - Show all commits

View File

@ -120,7 +120,7 @@ class ContentSeriesQueryRepositoryImpl(
Expressions.constant(0),
Expressions.constant(0),
Expressions.constant<List<String>>(emptyList()),
Expressions.constant(null)
null
)
)
.from(series)