fix: 라이브 메인 API

- @JsonProperty 애노테이션 추가
This commit is contained in:
Klaus 2025-07-21 16:31:05 +09:00
parent 800b8d3216
commit 7c1082f833
1 changed files with 0 additions and 5 deletions

View File

@ -24,7 +24,6 @@ import kr.co.vividnext.sodalive.member.block.BlockMemberRepository
import kr.co.vividnext.sodalive.utils.generateFileName
import kr.co.vividnext.sodalive.utils.validateImage
import org.springframework.beans.factory.annotation.Value
import org.springframework.cache.annotation.Cacheable
import org.springframework.context.ApplicationEventPublisher
import org.springframework.data.repository.findByIdOrNull
import org.springframework.stereotype.Service
@ -443,10 +442,6 @@ class CreatorCommunityService(
}
@Transactional(readOnly = true)
@Cacheable(
cacheNames = ["cache_ttl_5_minutes"],
key = "'getLatestPostListFromCreatorsYouFollow:' + #memberId + ':' + #isAdult + ':' + #timezone"
)
fun getLatestPostListFromCreatorsYouFollow(
timezone: String,
memberId: Long,