Remove unused vars

pull/1164/head
Rick Carlino 2020-02-27 15:06:35 -06:00
parent 22818d6c8f
commit 5bab149008
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ defmodule FarmbotCore.Asset do
%{sort_type: nil} = group ->
group
%{point_ids: unsorted, sort_type: sort_by} = point_group ->
%{point_ids: _unsorted, sort_type: sort_by} = point_group ->
sorted_and_augmented = CriteriaRetriever.run(point_group)
|> sort_points(sort_by)
|> Enum.map(&Map.fetch!(&1, :id))