fix(recommend): 커뮤니티 활동 이동 대상을 수정한다
This commit is contained in:
@@ -169,7 +169,7 @@ class DefaultHomeRecommendationQueryRepository(
|
||||
m.profile_image as creator_profile_image,
|
||||
'COMMUNITY' as activity_type,
|
||||
cc.created_at as activity_at,
|
||||
cc.id as target_id,
|
||||
m.id as target_id,
|
||||
cc.id as target_sort_id
|
||||
from creator_community cc
|
||||
join member m on m.id = cc.member_id
|
||||
|
||||
Reference in New Issue
Block a user