Compare commits

...

2 Commits

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