Skip to content

Commit

Permalink
Added log message
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyToledano committed Sep 3, 2024
1 parent cc0c86a commit e2b5c12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public DeleteMultipleVotesResponse deleteMultipleVotes(DeleteMultipleVotesReques
.collect(Collectors.toList());

voteRepository.deleteByVotingItemIdIn(votingItemIds);
log.info("All multiple votes deleted");
return new DeleteMultipleVotesResponse(voteIds);
}
}

0 comments on commit e2b5c12

Please sign in to comment.