fix(profile): 사용하지 않는 websiteUrl, blogUrl 제거
This commit is contained in:
@@ -247,8 +247,6 @@ class ExplorerService(
|
||||
instagramUrl = creatorAccount.instagramUrl,
|
||||
fancimmUrl = creatorAccount.fancimmUrl,
|
||||
xUrl = creatorAccount.xUrl,
|
||||
youtubeUrl = creatorAccount.youtubeUrl,
|
||||
websiteUrl = creatorAccount.websiteUrl,
|
||||
blogUrl = creatorAccount.blogUrl,
|
||||
kakaoOpenChatUrl = creatorAccount.websiteUrl
|
||||
)
|
||||
|
||||
@@ -11,8 +11,6 @@ data class GetCreatorDetailResponse(
|
||||
@JsonProperty("instagramUrl") val instagramUrl: String,
|
||||
@JsonProperty("fancimmUrl") val fancimmUrl: String,
|
||||
@JsonProperty("xUrl") val xUrl: String,
|
||||
@JsonProperty("youtubeUrl") val youtubeUrl: String,
|
||||
@JsonProperty("websiteUrl") val websiteUrl: String,
|
||||
@JsonProperty("blogUrl") val blogUrl: String,
|
||||
@JsonProperty("kakaoOpenChatUrl") val kakaoOpenChatUrl: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user