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
}
}