fixed herbicide sample

This commit is contained in:
2020-06-10 15:24:08 +02:00
parent c8b82a2ed3
commit d1bfd92c78
3 changed files with 7 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ namespace FarmmapsApi.Services
public async Task<Item> UploadZipWithShapeAsync(UserRoot root, string filePath, string itemName)
{
var startUpload = DateTime.UtcNow;
var result = await _farmmapsApiService.UploadFile(filePath, root.Code,
progress => _logger.LogInformation($"Status: {progress.Status} - BytesSent: {progress.BytesSent}"));