Skip to content

Commit f7889b6

Browse files
committed
Fix test
1 parent 1e97fd7 commit f7889b6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Classes/TradeQuery.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@ function TradeQueryClass:UpdateControlsWithItems(row_idx)
859859
if errMsg == "MissingConversionRates" then
860860
self:SetNotice(self.controls.pbNotice, "^4Please update currency rates to sort by price. Falling back to Stat Value sort.")
861861
sortedItems, errMsg = self:SortFetchResults(row_idx, self.sortModes.StatValue)
862-
return
863862
elseif errMsg then
864863
self:SetNotice(self.controls.pbNotice, "Error: " .. errMsg)
865864
return

0 commit comments

Comments
 (0)