diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentService.kt index 17233a8..8f25068 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentService.kt @@ -74,7 +74,7 @@ class AudioContentCommentService( } if ( - audioContentComment.id!! == member.id!! || + audioContentComment.member!!.id!! == member.id!! || audioContentComment.audioContent!!.member!!.id!! != member.id!! ) { if (request.isActive != null) {