Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Aug 22, 2024
1 parent e9fc6da commit 01ae8c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Fusion.Summary.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddHealthChecks()
.AddCheck("liveness", () => HealthCheckResult.Healthy())
.AddCheck("db", () => HealthCheckResult.Healthy(), tags: ["ready"])
.AddDbContextCheck<SummaryDbContext>("db", tags: new[] { "ready" });

builder.Services
Expand Down

0 comments on commit 01ae8c6

Please sign in to comment.