크리에이터 내 채널 - 팔로워 리스트

- 알림설정 여부 null이 들어가도록 수정
This commit is contained in:
Klaus 2024-09-20 01:20:23 +09:00
parent 0c153aeb6a
commit 9f848e1bdc
1 changed files with 2 additions and 2 deletions

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