Skip to content

Commit

Permalink
chore: dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oproprioleonardo committed Jul 28, 2024
1 parent 2014063 commit 4169567
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public SignUpOutput execute(SignUpInput anIn) {
upsertEmail.validate(notification);
notification.throwPossibleErrors();
this.upsertEmailGateway.create(upsertEmail);

this.sendEmail(notification, emailAddress, user, upsertEmail);
return SignUpOutput.from(user);
}
Expand Down

0 comments on commit 4169567

Please sign in to comment.