changed nitrogen operation name to application.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user