changed nitrogen operation name to application.

This commit is contained in:
2020-04-08 17:36:56 +02:00
parent 81218ec0d0
commit b6e65d2881
2 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ namespace FarmmapsApi.Services
Item shapeItem = null;
await PollTask(TimeSpan.FromSeconds(3), async source =>
{
_logger.LogInformation($"Searching for {itemName} item");
var uploadedFilesChildren = await _farmmapsApiService.GetItemChildrenAsync(root.Code);
var zipItems = uploadedFilesChildren.Where(i => i.Name.Contains(zipName));