Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit b5fcefa

Browse files
committed
Fixed currency trade search
1 parent 2bbf65b commit b5fcefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sidekick.Infrastructure/PoeApi/Trade/TradeSearchService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ private List<LineContentValue> ParseHash(List<List<JsonElement>> values)
420420

421421
private List<LineContent> ParseLineContents(List<ResultLineContent> lines)
422422
{
423-
return lines
423+
return lines?
424424
.OrderBy(x => x.Order)
425425
.Select(line =>
426426
{

0 commit comments

Comments
 (0)