Skip to content

Commit

Permalink
Fixed currency trade search
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin committed Jan 2, 2021
1 parent 2bbf65b commit b5fcefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ private List<LineContentValue> ParseHash(List<List<JsonElement>> values)

private List<LineContent> ParseLineContents(List<ResultLineContent> lines)
{
return lines
return lines?
.OrderBy(x => x.Order)
.Select(line =>
{
Expand Down

0 comments on commit b5fcefa

Please sign in to comment.