test #214

Merged
klaus merged 13 commits from test into main 2024-09-23 06:24:12 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9f848e1bdc - Show all commits

View File

@ -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
)
}