Skip to content

Commit

Permalink
[244] Add missing @transactional annotation on AccountService#deleteA…
Browse files Browse the repository at this point in the history
…ccount

Bug: #244
Signed-off-by: Stéphane Bégaudeau <[email protected]>
  • Loading branch information
sbegaudeau committed Sep 8, 2023
1 parent a2ddef5 commit 539d530
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public IPayload createAccount(CreateAccountInput input) {
}

@Override
@Transactional
public IPayload deleteAccount(DeleteAccountInput input) {
IPayload payload = null;

Expand Down

0 comments on commit 539d530

Please sign in to comment.