isNotice -> isNotify로 변경
This commit is contained in:
		| @@ -103,7 +103,7 @@ class ContentSeriesService( | ||||
|                 nickname = series.member!!.nickname, | ||||
|                 profileImage = "$coverImageHost/${series.member!!.profileImage}", | ||||
|                 isFollow = creatorFollowing?.isFollow ?: false, | ||||
|                 isNotice = creatorFollowing?.isNotify ?: false | ||||
|                 isNotify = creatorFollowing?.isNotify ?: false | ||||
|             ), | ||||
|             rentalMinPrice = rentalMinPrice, | ||||
|             rentalMaxPrice = rentalMaxPrice, | ||||
|   | ||||
| @@ -28,6 +28,6 @@ data class GetSeriesDetailResponse( | ||||
|         val nickname: String, | ||||
|         val profileImage: String, | ||||
|         val isFollow: Boolean, | ||||
|         val isNotice: Boolean | ||||
|         val isNotify: Boolean | ||||
|     ) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user