Remove the "no issues detected" from error message (#858)

This commit is contained in:
Ajay Sharma 2022-03-16 16:07:07 -07:00 коммит произвёл GitHub
Родитель ff9d57a944
Коммит f401c4ed6c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -584,7 +584,6 @@ namespace Diagnostics.RuntimeHost.Controllers
}
}
response.TotalInsightsFound = detectorInsights.Count;
response.ErrorMessage = detectorInsights.Count > 0 ? null : "No issues were detected by the diagnostics system.";
response.Insights = detectorInsights;
}
else