Skip to content

Commit

Permalink
fix: 불필요한 id반환 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
humpose committed Nov 9, 2024
1 parent 86b5dcb commit 5e7ee54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class ArticleMapper {
*/
public ArticleDTO toDTO(Article article) {
return ArticleDTO.builder()
.id(article.getId())
.title(article.getTitle())
.date(article.getDate())
.author(article.getAuthor())
Expand Down

0 comments on commit 5e7ee54

Please sign in to comment.