From 796be03e9b62154c9432622b8b4dbcef86a72a94 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 25 Oct 2017 13:13:45 +0800 Subject: fix discord hook bug (#2778) --- models/webhook_discord.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models') 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 ( -- cgit v1.2.3