fix(admin-live): 추천 크리에이터 lazy 초기화를 방지한다
This commit is contained in:
@@ -82,6 +82,7 @@ class AdminLiveService(
|
||||
)
|
||||
}
|
||||
|
||||
@Transactional(readOnly = true)
|
||||
fun getRecommendCreator(pageable: Pageable): GetAdminRecommendCreatorResponse {
|
||||
val dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user