fix: 메인 홈 API - 요일별 시리즈 #330

Merged
klaus merged 1 commits from test into main 2025-07-14 19:14:07 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4436e6f20a - Show all commits

View File

@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl(
.groupBy(series.id)
.offset(offset)
.limit(limit)
.orderBy(series.createdAt.desc())
.fetch()
}
}