주문목록 - 크리에이터 닉네임 추가 #29

Merged
klaus merged 16 commits from test into main 2023-09-08 16:29:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0978549675 - Show all commits

View File

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