0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-20 22:40:17 +01:00

fix a small nit ()

This commit is contained in:
a1012112796 2021-02-23 02:54:01 +08:00 committed by GitHub
parent ff2a0e8dcd
commit 7bf61a89d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,8 @@ func prepareWebhook(w *models.Webhook, repo *models.Repository, event models.Hoo
if !e.Has() {
return nil
}
break
}
}