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 4a905dd..4d3c6fb 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt @@ -320,8 +320,8 @@ class ExplorerService( userId = it.userId, profileImage = it.profileImage, nickname = it.nickname, - isFollow = creatorFollowing?.isFollow ?: false, - isNotify = creatorFollowing?.isNotify ?: false + isFollow = creatorFollowing?.isFollow, + isNotify = creatorFollowing?.isNotify ) }