Skip to content

Commit

Permalink
[fix] oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Feb 20, 2021
1 parent bbbed1b commit 6f70cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/api/core/tool/notification/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func SendSlack(data Slack) {
Username: tmp.Name,
Channel: tmp.Channel,
Attachments: []slack.Attachment{data.Attachment},
Text: "# test ```test```",
Markdown: true,
}
err := slack.Send(tmp.WebHookUrl, "", payload)
Expand Down

0 comments on commit 6f70cfc

Please sign in to comment.