mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 17:39:30 +01:00
fix a small nit (#14769)
This commit is contained in:
parent
ff2a0e8dcd
commit
7bf61a89d3
@ -130,6 +130,8 @@ func prepareWebhook(w *models.Webhook, repo *models.Repository, event models.Hoo
|
||||
if !e.Has() {
|
||||
return nil
|
||||
}
|
||||
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user