Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
L-U-Ready committed Nov 28, 2024
2 parents 40cecec + fe705da commit 7b724aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ private Map<CategoryType, List<ScrapArticleDto>> groupedByCategory(List<Scrap> s
return scrappedArticles.stream()
.map(scrap -> ScrapArticleDto.builder()
.originalArticleId(scrap.getId())
.scrapId(scrap.getId())
.keyword(scrap.getKeyword())
.title(scrap.getTitle())
.url(scrap.getUrl())
Expand Down

0 comments on commit 7b724aa

Please sign in to comment.