probeersel om een runKPItask te maken

This commit is contained in:
2023-03-31 11:02:06 +02:00
parent c79e0d062c
commit 7dda21dd77
5 changed files with 45 additions and 10 deletions

View File

@@ -146,8 +146,7 @@ namespace FarmmapsKPI
//_logger.LogInformation("Calculate KPI map for field");
//var KPIItem = await _generalService.RunKPITask(cropfieldItem);
var KPIItem = null;
if (KPIItem == null)
if ((object)null == null)
{
_logger.LogError("Something went wrong while obtaining the KPI map");
return;