summaryrefslogtreecommitdiffstats
path: root/services/webhook/feishu.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/webhook/feishu.go')
-rw-r--r--services/webhook/feishu.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/webhook/feishu.go b/services/webhook/feishu.go
index 5c80efb820..b280e67759 100644
--- a/services/webhook/feishu.go
+++ b/services/webhook/feishu.go
@@ -35,9 +35,6 @@ func newFeishuTextPayload(text string) *FeishuPayload {
}
}
-// SetSecret sets the Feishu secret
-func (f *FeishuPayload) SetSecret(_ string) {}
-
// JSONPayload Marshals the FeishuPayload to json
func (f *FeishuPayload) JSONPayload() ([]byte, error) {
json := jsoniter.ConfigCompatibleWithStandardLibrary