Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Classes/TradeQueryRequests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
return
end
-- if limit rules don't return account then the POESESSID is invalid.
if response.header:match("X%-Rate%-Limit%-Rules: (.-)\n"):match("Account") == nil and main.POESESSID ~= "" then
if response.header:match("[xX]%-[rR]ate%-[lL]imit%-[rR]ules: (.-)\n"):match("Account") == nil and main.POESESSID ~= "" then

Check warning on line 43 in src/Classes/TradeQueryRequests.lua

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (ules)
main.POESESSID = ""
if errMsg then
errMsg = errMsg .. "\nPOESESSID is invalid. Please Re-Log and reset"
Expand Down
Loading