diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt index a7c3a0e..1ce31f5 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt @@ -276,7 +276,7 @@ class ExplorerService( activitySummary = activitySummary, seriesList = seriesList, isBlock = isBlock, - isCreator = isCreator + isCreatorRole = isCreator ) } diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorProfileResponse.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorProfileResponse.kt index 5ff9ed5..5e80a77 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorProfileResponse.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorProfileResponse.kt @@ -16,7 +16,7 @@ data class GetCreatorProfileResponse( val activitySummary: GetCreatorActivitySummary, val seriesList: List, val isBlock: Boolean, - val isCreator: Boolean + val isCreatorRole: Boolean ) data class GetCreatorActivitySummary(