Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyToledano committed Sep 3, 2024
1 parent 6a3297c commit cc0c86a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public CountVotesResponse countVotes(CountVotesRequest countVotesRequest) {
return new CountVotesResponse(voteCounts);
}

@Transactional
public DeleteMultipleVotesResponse deleteMultipleVotes(DeleteMultipleVotesRequest deleteMultipleVotesRequest) {
List<Integer> votingItemIds = deleteMultipleVotesRequest.votingItemIds();
List<UUID> voteIds = voteRepository.findByVotingItemIdIn(votingItemIds)
Expand Down

0 comments on commit cc0c86a

Please sign in to comment.