Deal with fixme in Umbraco.Web
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Umbraco.Web.HealthCheck
|
||||
private readonly Dictionary<string, IEnumerable<HealthCheckStatus>> _results;
|
||||
public readonly bool AllChecksSuccessful;
|
||||
|
||||
private ILogger Logger => Current.Logger; // fixme inject
|
||||
private ILogger Logger => Current.Logger; // todo inject
|
||||
|
||||
public HealthCheckResults(IEnumerable<HealthCheck> checks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user