diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-10-25 13:13:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 13:13:45 +0800 |
commit | 796be03e9b62154c9432622b8b4dbcef86a72a94 (patch) | |
tree | 5626ecb8c615f91710518afc94af1f7ff0e13be9 /models | |
parent | b0f04e75932553beb44e9b29de0e10452b20cb1c (diff) | |
download | gitea-796be03e9b62154c9432622b8b4dbcef86a72a94.tar.gz gitea-796be03e9b62154c9432622b8b4dbcef86a72a94.zip |
fix discord hook bug (#2778)
Diffstat (limited to 'models')
-rw-r--r-- | models/webhook_discord.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/webhook_discord.go b/models/webhook_discord.go index 631c8174e9..6d39d8b993 100644 --- a/models/webhook_discord.go +++ b/models/webhook_discord.go @@ -1,3 +1,7 @@ +// Copyright 2017 The Gitea Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + package models import ( |