forked from FarmMaps/FarmMapsApiClient
probeersel om een runKPItask te maken
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user