summaryrefslogtreecommitdiffstats
path: root/services/webhook/slack.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/webhook/slack.go')
-rw-r--r--services/webhook/slack.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/webhook/slack.go b/services/webhook/slack.go
index 1de9c9c37c..f522ca35f2 100644
--- a/services/webhook/slack.go
+++ b/services/webhook/slack.go
@@ -56,9 +56,6 @@ type SlackAttachment struct {
Text string `json:"text"`
}
-// SetSecret sets the slack secret
-func (s *SlackPayload) SetSecret(_ string) {}
-
// JSONPayload Marshals the SlackPayload to json
func (s *SlackPayload) JSONPayload() ([]byte, error) {
json := jsoniter.ConfigCompatibleWithStandardLibrary