Skip to content

Commit

Permalink
🗑️
Browse files Browse the repository at this point in the history
Related:
  • Loading branch information
L-U-Ready committed Nov 28, 2024
1 parent bbebde7 commit b12b114
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,6 @@ private void setReportArticleDefaultCategory(Report report, ReportArticle report

ReportCategory defaultCategory = findReportCategoryDefault(report, categoryType);

// // 기본 ReportCategory 설정
// reportArticle.setReportCategory(defaultCategory);
// reportArticleRepository.save(reportArticle);

defaultCategory.addReportArticle(reportArticle);

report.addReportCategory(defaultCategory);
Expand Down

0 comments on commit b12b114

Please sign in to comment.