return value from _HTTP call (#47)

This commit is contained in:
Pierce Lally 2023-10-24 14:03:49 -04:00 committed by GitHub
parent 265ce54eea
commit a57a7515dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()