Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Laixer/FunderMaps into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Feb 5, 2021
2 parents 514dba0 + faf1197 commit ff68366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FunderMaps.Core/Email/NullEmailService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace FunderMaps.Core.Email
{
/// <summary>
/// Dummy eamail service.
/// Dummy email service.
/// </summary>
internal class NullEmailService : IEmailService
{
Expand All @@ -17,7 +17,7 @@ internal class NullEmailService : IEmailService
public Task SendAsync(EmailMessage emailMessage, CancellationToken token) => Task.CompletedTask;

/// <summary>
/// Test the batch service backend.
/// Test the email service backend.
/// </summary>
public Task HealthCheck() => Task.CompletedTask;
}
Expand Down

0 comments on commit ff68366

Please sign in to comment.