diff --git a/lua/cfc_http_restrictions/wraps/http.lua b/lua/cfc_http_restrictions/wraps/http.lua index bd3ac09..0e58783 100644 --- a/lua/cfc_http_restrictions/wraps/http.lua +++ b/lua/cfc_http_restrictions/wraps/http.lua @@ -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()