Merge pull request 'fix: 메인 홈 API - 요일별 시리즈' (#330) from test into main

Reviewed-on: #330
This commit is contained in:
klaus 2025-07-14 19:14:06 +00:00
commit cc2f533dc6
1 changed files with 1 additions and 0 deletions

View File

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