summaryrefslogtreecommitdiffstats
path: root/routers/repo/webhook.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/webhook.go')
-rw-r--r--routers/repo/webhook.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/webhook.go b/routers/repo/webhook.go
index ade40649b6..58412997df 100644
--- a/routers/repo/webhook.go
+++ b/routers/repo/webhook.go
@@ -104,7 +104,6 @@ func WebhooksNew(ctx *context.Context) {
ctx.Data["DiscordHook"] = map[string]interface{}{
"Username": "Gitea",
"IconURL": setting.AppURL + "img/favicon.png",
- "Color": 16724530,
}
}
ctx.Data["BaseLink"] = orCtx.Link