Merge pull request '콘텐츠를 올린 크리에이터가 댓글을 삭제할 수 있도록 수정' (#111) from test into main
Reviewed-on: #111
This commit is contained in:
commit
e482bc3aad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue