return value from _HTTP call

This commit is contained in:
Pierce 2023-10-24 13:41:46 -04:00
parent 265ce54eea
commit 1539052374
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -20,7 +20,7 @@ local function wrapHTTP()
if onFailure then onFailure( "URL is not whitelisted" ) end
return
end
_HTTP( req )
return _HTTP( req )
end
end
wrapHTTP()