Skip to content

Commit

Permalink
Remove unnecessary return from EmailOptionsConfiguration (#17450)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Feb 4, 2025
1 parent cc89ec2 commit 60c8243
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public void Configure(EmailOptions options)
.Select(x => x.Key)
.LastOrDefault()
?? _emailProviderOptions.Providers.Keys.Last();

return;
}
}
}

0 comments on commit 60c8243

Please sign in to comment.