This commit is contained in:
Norberto A 2020-07-11 13:05:15 +01:00 committed by GitHub
parent 15ff65c71d
commit bf0e916392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -195,10 +195,8 @@ function module:send(content)
content = httpService:JSONEncode(content) content = httpService:JSONEncode(content)
print(content)
local success, data = pcall(function() local success, data = pcall(function()
--return httpService:PostAsync(module.webhookConfig.webhookUrl, content) return httpService:PostAsync(module.webhookConfig.webhookUrl, content)
end) end)
return success, data return success, data