fixed wrong params passed to queue message

This commit is contained in:
2024-03-11 08:04:53 +00:00
parent 10756a54b4
commit c929aaa493
4 changed files with 43 additions and 30 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ let CompleteAppeal = (props) => {
sendEmail(templateId, emailAddress, personalisation, reference);
sendCaseCompleteMessage(
props.appealType.caseReference.ticketnumber,
props.props.accountDetails.loggedinUserEmail
props.props.accountDetails.containerID,
props.appealType.caseReference.ticketnumber
);
console.log("patching////////");