Skip to content

Commit

Permalink
[CHORE/#77] dto μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 17, 2024
1 parent c1ccb62 commit e6d2228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlinx.serialization.Serializable

@Serializable
data class HomeRecommendInternResponseDto(
@SerialName("internshipAnnouncementId")
@SerialName("intershipAnnouncementId")
val internshipAnnouncementId: Long,
@SerialName("title")
val title: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@ class HomeViewModel @Inject constructor(
SCRAP("mostScrapped"),
VIEW_COUNT("mostViewed"),
}
}

}

0 comments on commit e6d2228

Please sign in to comment.