Skip to content

Commit

Permalink
Fix controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiccoli committed Jun 19, 2024
1 parent 7026a2b commit d41b66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void deleteSignatureForAccount(@PathVariable String accountId) throws Acc
if (signature.isPresent()) {
signatureRepo.deleteSignatureForAccount(aup, signatureAccount);
eventPublisher.publishEvent(new AupSignatureDeletedEvent(this, deleterAccount.getUsername(), signature.get()));
notificationFactory.createAupSignatureRequestMessage(signatureAccount, deleterAccount);
notificationFactory.createAupSignatureRequestMessage(signatureAccount);
}
}

Expand Down

0 comments on commit d41b66b

Please sign in to comment.