fix(user-action): 리워드 인증 여부를 서비스에서 조회한다

This commit is contained in:
2026-06-19 05:35:32 +09:00
parent be6f324fb1
commit 07b93f3219
3 changed files with 18 additions and 4 deletions

View File

@@ -39,14 +39,12 @@ class AudioContentCommentController(
try {
userActionService.recordAction(
memberId = member.id!!,
isAuth = member.auth != null,
actionType = ActionType.CONTENT_COMMENT,
contentCommentId = commentId
)
userActionService.recordAction(
memberId = member.id!!,
isAuth = member.auth != null,
actionType = ActionType.ORDER_CONTENT_COMMENT,
contentId = request.contentId,
contentCommentId = commentId