forked from FarmMaps/FarmMapsApiClient
fixed herbicide sample
This commit is contained in:
@@ -44,7 +44,7 @@ namespace FarmmapsHerbicide
|
||||
var agents = await _herbicideService.GetHerbicideAgents();
|
||||
_liberatorTarweAgent = agents.SingleOrDefault(a => a.Name.Equals("Liberator"));
|
||||
|
||||
await SingleLutumTiffFlow(roots);
|
||||
// await SingleLutumTiffFlow(roots);
|
||||
await MultiVanDenBorneShapeFlow(roots);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user