mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-30 13:03:01 +08:00
fix a small nit (#14769)
This commit is contained in:
@ -130,6 +130,8 @@ func prepareWebhook(w *models.Webhook, repo *models.Repository, event models.Hoo
|
||||
if !e.Has() {
|
||||
return nil
|
||||
}
|
||||
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user