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 a35de3f..2aee800 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 @@ -76,7 +76,7 @@ class AudioContentCommentService( if ( audioContentComment.member!!.id!! == member.id!! || - audioContentComment.audioContent!!.member!!.id!! != member.id!! + audioContentComment.audioContent!!.member!!.id!! == member.id!! ) { if (request.isActive != null) { audioContentComment.isActive = request.isActive