Bug fix.
This commit is contained in:
parent
15ff65c71d
commit
bf0e916392
|
@ -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
|
||||||
|
|
Reference in New Issue