2
0
Mohammed Nafees 3 жил өмнө
parent
commit
e19b2e4a1e

+ 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("")