We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6b4ec commit d6b157aCopy full SHA for d6b157a
Source_LegacyAH/Search/GetCleanItemLink.lua
@@ -1,4 +1,8 @@
1
function Auctionator.Search.GetCleanItemLink(itemLink)
2
+ if not itemLink then
3
+ return ""
4
+ end
5
+
6
local _, pre, hyperlink, post = ExtractHyperlinkString(itemLink)
7
8
local parts = { strsplit(":", hyperlink) }
0 commit comments