Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jul 29, 2023
1 parent cc44a46 commit 5c71a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace HealthChecks.EventStore.gRPC
{
public EventStoreHealthCheck(string connectionString) { }
public System.Threading.Tasks.Task<Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult> CheckHealthAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext context, System.Threading.CancellationToken cancellationToken = default) { }
public void Dispose() { }
public virtual void Dispose() { }
}
}
namespace Microsoft.Extensions.DependencyInjection
Expand Down

0 comments on commit 5c71a1e

Please sign in to comment.