콘텐츠 댓글 삭제 기능 리팩토링

This commit is contained in:
Klaus 2023-09-07 16:35:46 +09:00
parent ab4a2d0e6b
commit 0978549675
1 changed files with 1 additions and 1 deletions

View File

@ -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) {