채널 후원랭킹 보기 스위칭 API 추가
This commit is contained in:
@@ -547,6 +547,10 @@ class MemberService(
|
||||
member.blogUrl = profileUpdateRequest.blogUrl
|
||||
}
|
||||
|
||||
if (profileUpdateRequest.isVisibleDonationRank != null) {
|
||||
member.isVisibleDonationRank = profileUpdateRequest.isVisibleDonationRank
|
||||
}
|
||||
|
||||
return ProfileResponse(member, cloudFrontHost, profileUpdateRequest.container)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user