Skip to content

Commit

Permalink
Merge 4f28694 into 77ce936
Browse files Browse the repository at this point in the history
  • Loading branch information
akritikos authored Apr 8, 2021
2 parents 77ce936 + 4f28694 commit 632e338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public async Task<HealthCheckResult> CheckHealthAsync(

logger.LogInformation(DbContextHealthLogTemplates.DatabaseMigrated, DbName);

return HealthCheckResult.Healthy($"{DbName} is operating and healthy");
return HealthCheckResult.Healthy();
}
catch (Exception ex)
{
Expand Down

0 comments on commit 632e338

Please sign in to comment.