Selaa lähdekoodia

close error channel

Mohammed Nafees 4 vuotta sitten
vanhempi
sitoutus
e19b2e4a1e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      api/server/handlers/webhook/github_incoming.go

+ 1 - 0
api/server/handlers/webhook/github_incoming.go

@@ -220,6 +220,7 @@ func (c *GithubIncomingWebhookHandler) processPullRequestEvent(event *github.Pul
 			}
 
 			wg.Wait()
+			close(errChan)
 
 			chanErr := fmt.Errorf("")