mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 17:47:19 +00:00
Fix duplicate call of webhook (#7821)
This commit is contained in:
committed by
Lauris BH
parent
8bfeb85f93
commit
e9bb75d8d1
@ -890,7 +890,6 @@ func DeliverHooks() {
|
||||
for _, t := range tasks {
|
||||
if err = t.deliver(); err != nil {
|
||||
log.Error("deliver: %v", err)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user