Skip to content

Commit

Permalink
feat(cb2-10795): pass user email address via sqs so PDF can be emailed
Browse files Browse the repository at this point in the history
  • Loading branch information
pbardy2000 committed Feb 19, 2024
1 parent 74b7d35 commit 6ab2ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/adrCertificate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const handler = async (event: APIGatewayProxyEvent): Promise<APIGatewayPr
techRecord: arrayifiedRecord,
adrCertificate: newAdrCertificate,
documentName: DocumentName.ADR_PASS_CERTIFICATE,
recipientEmailAddress: '',
recipientEmailAddress: userDetails.email,
};

logger.debug(JSON.stringify(adrCertSqsPayload));
Expand Down

0 comments on commit 6ab2ca1

Please sign in to comment.