Merge pull request 'fix: 메인 홈 API - 요일별 시리즈' (#330) from test into main
Reviewed-on: #330
This commit is contained in:
commit
cc2f533dc6
|
@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl(
|
||||||
.groupBy(series.id)
|
.groupBy(series.id)
|
||||||
.offset(offset)
|
.offset(offset)
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
|
.orderBy(series.createdAt.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue