Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
L-U-Ready committed Nov 28, 2024
2 parents 9295f73 + b12b114 commit 309b785
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 309b785

Please sign in to comment.