Skip to content

Commit

Permalink
feat(cb2-12590): repair refactor and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Jun 20, 2024
1 parent 563ed9b commit 57db476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/reportGen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const reportGen: Handler = async (event: any, context?: Context, callback?: Call

if (visit) {
const generationServiceResponse = await reportService.generateATFReport(visit);
console.debug(`Report generated: ${generationServiceResponse}`);
console.debug(`Report generated: ${JSON.stringify(generationServiceResponse)}`);
await sendATFReport.sendATFReport(generationServiceResponse, visit);
console.debug("All emails sent, terminating lambda");
}
Expand Down

0 comments on commit 57db476

Please sign in to comment.