1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix duplicate call of webhook (#7821) (#7824)

This commit is contained in:
Antoine GIRARD
2019-08-12 03:53:26 +02:00
committed by Lunny Xiao
parent 24fa56830f
commit 89915ca8a0
6 changed files with 34 additions and 113 deletions

View File

@@ -890,7 +890,6 @@ func DeliverHooks() {
for _, t := range tasks {
if err = t.deliver(); err != nil {
log.Error("deliver: %v", err)
continue
}
}