콘텐츠 댓글 삭제 기능 리팩토링
This commit is contained in:
@@ -74,7 +74,7 @@ class AudioContentCommentService(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
audioContentComment.id!! == member.id!! ||
|
audioContentComment.member!!.id!! == member.id!! ||
|
||||||
audioContentComment.audioContent!!.member!!.id!! != member.id!!
|
audioContentComment.audioContent!!.member!!.id!! != member.id!!
|
||||||
) {
|
) {
|
||||||
if (request.isActive != null) {
|
if (request.isActive != null) {
|
||||||
|
Reference in New Issue
Block a user