CrLfTab
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Umbraco.Web.HealthCheck
|
||||
public object GetStatus(Guid id)
|
||||
{
|
||||
var check = GetCheckById(id);
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
//Core.Logging.LogHelper.Debug<HealthCheckController>("Running health check: " + check.Name);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace Umbraco.Web.HealthCheck
|
||||
{
|
||||
@@ -15,4 +15,4 @@ namespace Umbraco.Web.HealthCheck
|
||||
|
||||
public string Alias { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ namespace Umbraco.Web.HealthCheck
|
||||
|
||||
protected override HealthCheckNotificationMethodCollectionBuilder This => this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user