Skip to content

Commit

Permalink
[FIX/#257] 맞춤 공고 api 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Sep 23, 2024
1 parent a247ff1 commit 35f9b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data class HomeRecommendInternResponseDto(
) {
@Serializable
data class Result(
@SerialName("intershipAnnouncementId")
@SerialName("internshipAnnouncementId")
val internshipAnnouncementId: Long,
@SerialName("title")
val title: String,
Expand Down

0 comments on commit 35f9b29

Please sign in to comment.