small fix
This commit is contained in:
		| @@ -81,7 +81,7 @@ namespace FarmmapsHaulmkilling | ||||
|             var itemName = $"VRAHaulmkilling {agentName}"; | ||||
|             var applianceMapItem = await _generalService.FindChildItemAsync(cropfieldItem.Code, | ||||
|                 GEOTIFF_PROCESSED_ITEMTYPE, itemName,  | ||||
|                 i => i.Updated >= itemTask.Finished.GetValueOrDefault(DateTime.UtcNow) && | ||||
|                 i => i.Updated >= itemTask.Finished && | ||||
|                             i.Name.ToLower().Contains(itemName.ToLower())); | ||||
|              | ||||
|             if (applianceMapItem == null) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user