fix: 유저 행동 데이터
- commentId -> contentCommentId 로 변경
This commit is contained in:
@@ -44,7 +44,7 @@ class AudioContentCommentController(
|
||||
userActionService.recordAction(
|
||||
memberId = member.id!!,
|
||||
actionType = ActionType.CONTENT_COMMENT,
|
||||
commentId = commentId,
|
||||
contentCommentId = commentId,
|
||||
pushTokenList = pushTokenList
|
||||
)
|
||||
|
||||
@@ -52,7 +52,7 @@ class AudioContentCommentController(
|
||||
memberId = member.id!!,
|
||||
actionType = ActionType.ORDER_CONTENT_COMMENT,
|
||||
contentId = request.contentId,
|
||||
commentId = commentId,
|
||||
contentCommentId = commentId,
|
||||
pushTokenList = pushTokenList
|
||||
)
|
||||
} catch (_: Exception) {
|
||||
|
Reference in New Issue
Block a user