needless bindings fussing
This commit is contained in:
parent
38b4b68ba2
commit
2779329b1a
@ -16,6 +16,8 @@ sendRequest = function(url)
|
||||
|
||||
local dat, res = HTTPS.request(url)
|
||||
|
||||
if not dat then return false, res end
|
||||
|
||||
local tab = JSON.decode(dat)
|
||||
|
||||
if not tab.ok then
|
||||
|
Reference in New Issue
Block a user