test #214
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user