Skip to content

Commit

Permalink
Removed Amazon SES health check
Browse files Browse the repository at this point in the history
  • Loading branch information
gbubemismith committed Jun 26, 2023
1 parent 2701ab7 commit ab6ac58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
5 changes: 0 additions & 5 deletions src/Api/Utilities/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ public static void AddHealthChecks(this IServiceCollection services, GlobalSetti
{
builder.AddSendGrid(globalSettings.Mail.SendGridApiKey);
}
if (!string.IsNullOrEmpty(globalSettings.Amazon.AccessKeyId))
{
builder.AddCheck<AmazonSesHealthCheck>("amazon_ses");
}
});
}
}
53 changes: 0 additions & 53 deletions src/SharedWeb/Health/AmazonSesHealthCheck.cs

This file was deleted.

0 comments on commit ab6ac58

Please sign in to comment.