콘텐츠 댓글 삭제 기능 리팩토링
This commit is contained in:
parent
ab4a2d0e6b
commit
0978549675
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue