parent
3cedd36e15
commit
4436e6f20a
|
@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl(
|
|||
.groupBy(series.id)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(series.createdAt.desc())
|
||||
.fetch()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue