Skip to content

Commit

Permalink
Add log for email sent
Browse files Browse the repository at this point in the history
  • Loading branch information
martmull committed Oct 8, 2024
1 parent 6619cb8 commit 4697bb0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export class SendEmailWorkflowAction {
},
});

this.logger.log(`Email sent successfully`);

return { result: { success: true } };
} catch (error) {
return { error };
Expand Down

0 comments on commit 4697bb0

Please sign in to comment.