Skip to content

Commit

Permalink
🦷 :: request ν˜•μ‹ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Jul 17, 2024
1 parent fe33709 commit 42f80a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ data class NewsListRequest(
data class NewsRequest (
val title: String,
val provider: String,
val providerLinkPage : String
val provider_link_page : String
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class UpdateNewsService (
id = 0,
title = newsRequest.title,
provider = newsRequest.provider,
providerLinkPage = newsRequest.providerLinkPage
providerLinkPage = newsRequest.provider_link_page
)
newsRepository.save(news)
}
Expand Down

0 comments on commit 42f80a1

Please sign in to comment.