Remove unused code
This commit is contained in:
parent
4c06fc6af2
commit
0f51ecc137
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ func webhookHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
w.WriteHeader(200)
|
|
||||||
|
|
||||||
switch event := event.(type) {
|
switch event := event.(type) {
|
||||||
case *github.IssuesEvent:
|
case *github.IssuesEvent:
|
||||||
processIssuesEvent(event)
|
processIssuesEvent(event)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue