Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
varadiz committed Feb 10, 2022
1 parent 38ce99b commit 3528416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64691,7 +64691,7 @@ const sendSlack = async (webhook, message) => {
try {
if (!webhook) throw new Error('Missing webhook URL')

await axios.post(webhook, message)
await axios.post(webhook, { text: message })
} catch (e) {
throw new Error(e)
}
Expand Down

0 comments on commit 3528416

Please sign in to comment.