1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-02 16:38:34 +00:00

Fix duplicate call of webhook (#7821)

This commit is contained in:
Antoine GIRARD 2019-08-11 22:31:18 +02:00 committed by Lauris BH
parent 8bfeb85f93
commit e9bb75d8d1
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
}
}