File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
core/domain/src/main/java/team/retum/usecase/entity/application Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package team.retum.usecase.entity.application
33import androidx.compose.runtime.Immutable
44import team.retum.common.enums.ApplyStatus
55import team.retum.common.enums.AttachmentType
6+ import team.retum.common.utils.ResourceKeys
67import team.retum.network.model.response.application.FetchAppliedCompaniesResponse
78
89data class AppliedCompaniesEntity (
@@ -33,7 +34,7 @@ private fun FetchAppliedCompaniesResponse.ApplicationResponse.toEntity() =
3334 applicationId = this .applicationId,
3435 recruitmentId = this .recruitmentId,
3536 company = this .company,
36- companyLogoUrl = this .companyLogoUrl,
37+ companyLogoUrl = ResourceKeys . IMAGE_URL + this .companyLogoUrl,
3738 attachments = this .attachments.map { it.toEntity() },
3839 applicationStatus = this .applicationStatus,
3940 )
You can’t perform that action at this time.
0 commit comments