fix(home): 커뮤니티 활동 이동 대상 id를 변경한다

This commit is contained in:
2026-07-10 09:20:32 +09:00
parent 13ac9d43d6
commit 2403e8703c
2 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ class DefaultHomeRecommendationQueryRepository(
m.profile_image as creator_profile_image,
'COMMUNITY' as activity_type,
cc.created_at as activity_at,
m.id as target_id,
cc.id as target_id,
cc.id as target_sort_id
from creator_community cc
join member m on m.id = cc.member_id