fix a small nit (#14769)
This commit is contained in:
parent
ff2a0e8dcd
commit
7bf61a89d3
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ func prepareWebhook(w *models.Webhook, repo *models.Repository, event models.Hoo
|
||||||
if !e.Has() {
|
if !e.Has() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue