summaryrefslogtreecommitdiffstats
path: root/services/webhook/discord.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/webhook/discord.go')
-rw-r--r--services/webhook/discord.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/webhook/discord.go b/services/webhook/discord.go
index 378d9ff725..ea3879f198 100644
--- a/services/webhook/discord.go
+++ b/services/webhook/discord.go
@@ -97,9 +97,6 @@ var (
redColor = color("ff3232")
)
-// SetSecret sets the discord secret
-func (d *DiscordPayload) SetSecret(_ string) {}
-
// JSONPayload Marshals the DiscordPayload to json
func (d *DiscordPayload) JSONPayload() ([]byte, error) {
json := jsoniter.ConfigCompatibleWithStandardLibrary