We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97164c2 commit 23f737cCopy full SHA for 23f737c
core/data/impl/src/main/kotlin/com/ninecraft/booket/core/data/impl/mapper/ResponseToModel.kt
@@ -8,7 +8,6 @@ import com.ninecraft.booket.core.model.UserProfileModel
8
import com.ninecraft.booket.core.network.response.BookDetailResponse
9
import com.ninecraft.booket.core.network.response.BookSearchResponse
10
import com.ninecraft.booket.core.network.response.BookSummary
11
-import com.ninecraft.booket.core.network.response.LoginResponse
12
import com.ninecraft.booket.core.network.response.UserProfileResponse
13
14
internal fun UserProfileResponse.toModel(): UserProfileModel {
0 commit comments