Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj authored Aug 31, 2024
2 parents a2296d1 + 348cec7 commit 3179f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void delete(Long userId, Long agencyId) {
Agency agency = agencyRepository.findById(agencyId)
.orElseThrow(() -> new NotFoundException(ErrorCode.AGENCY_NOT_FOUND));

// ledgerService.deleteLedger(agencyId);
// ledgerService.deleteLedger(agencyId);

agencyRepository.delete(agency);
}
Expand Down

0 comments on commit 3179f86

Please sign in to comment.