Skip to content

Commit

Permalink
Update EmailUpdateService.java
Browse files Browse the repository at this point in the history
Removed comment
  • Loading branch information
pallavijustice authored Nov 20, 2024
1 parent 6142d11 commit 8078524
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public CaseDetails<CaseData, State> processEmailUpdate(final CaseDetails<CaseDat

Applicant applicant = isApplicant1 ? data.getApplicant1() : data.getApplicant2();

//Do not sent invite if applicant represented or offline or new email is null
if (applicant.getEmail() == null || applicant.getEmail().isBlank()
|| applicant.isRepresented()) {
return caseDetails;
Expand Down

0 comments on commit 8078524

Please sign in to comment.