Skip to content

Commit

Permalink
Revert "Merge pull request #5525 from bcgov/test-marshal-MD-correspon…
Browse files Browse the repository at this point in the history
…denceupdate"

This reverts commit 2da801a, reversing
changes made to d5eebfb.
  • Loading branch information
Jocelyn Cabildo authored and Jocelyn Cabildo committed Jan 15, 2025
1 parent 2da801a commit 7e136d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def post(requestid, ministryrequestid):
else:
rawrequestid = requestservice().getrawrequestidbyfoirequestid(requestid)
result = communicationwrapperservice().send_email(requestid, rawrequestid, ministryrequestid, applicantcorrespondencelog)
return {'status': result['success'], 'message': result['message'], 'id': result['identifier']}, 200
return {'status': result.success, 'message': result.message, 'id': result.identifier}, 200
except BusinessException:
return "Error happened while saving applicant correspondence log", 500

Expand Down

0 comments on commit 7e136d1

Please sign in to comment.