fix(profile): 사용하지 않는 blogUrl 제거, 잘못 제거된 youtubeUrl 다시 추가
This commit is contained in:
@@ -247,7 +247,7 @@ class ExplorerService(
|
|||||||
instagramUrl = creatorAccount.instagramUrl,
|
instagramUrl = creatorAccount.instagramUrl,
|
||||||
fancimmUrl = creatorAccount.fancimmUrl,
|
fancimmUrl = creatorAccount.fancimmUrl,
|
||||||
xUrl = creatorAccount.xUrl,
|
xUrl = creatorAccount.xUrl,
|
||||||
blogUrl = creatorAccount.blogUrl,
|
youtubeUrl = creatorAccount.youtubeUrl,
|
||||||
kakaoOpenChatUrl = creatorAccount.websiteUrl
|
kakaoOpenChatUrl = creatorAccount.websiteUrl
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user