fix: 라이브 메인 API
- @JsonProperty 애노테이션 추가
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user