fix(profile): 사용하지 않는 blogUrl 제거, 잘못 제거된 youtubeUrl 다시 추가

This commit is contained in:
2026-02-25 21:10:40 +09:00
parent a983ed1562
commit 5f63574daa

View File

@@ -247,7 +247,7 @@ class ExplorerService(
instagramUrl = creatorAccount.instagramUrl,
fancimmUrl = creatorAccount.fancimmUrl,
xUrl = creatorAccount.xUrl,
blogUrl = creatorAccount.blogUrl,
youtubeUrl = creatorAccount.youtubeUrl,
kakaoOpenChatUrl = creatorAccount.websiteUrl
)
}