콘텐츠를 올린 크리에이터가 댓글을 삭제할 수 있도록 수정 #111

Merged
klaus merged 1 commits from test into main 2024-01-04 11:36:43 +00:00
1 changed files with 1 additions and 1 deletions

View File

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