This website works better with JavaScript.
Home
Help
Sign In
unofficial-mirrors
/
gitea
mirror of
https://github.com/go-gitea/gitea
Watch
1
Star
0
Fork
0
Code
Issues
Releases
110
Activity
Browse Source
fix a small nit (
#14769
)
pull/14777/head
a1012112796
5 days ago
committed by
GitHub
parent
ff2a0e8dcd
commit
7bf61a89d3
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
services/webhook/webhook.go
+ 2
- 0
services/webhook/webhook.go
View File
@ -130,6 +130,8 @@ func prepareWebhook(w *models.Webhook, repo *models.Repository, event models.Hoo
if
!
e
.
Has
(
)
{
return
nil
}
break
}
}
Write
Preview
Loading…
Cancel
Save