This commit is contained in:
Claudemiro
2018-06-17 23:09:55 +02:00
committed by GitHub
parent fe1eb8c5eb
commit 4523549f71
+1 -1
View File
@@ -141,7 +141,7 @@ func triggerHook(ctx context.Context, a *app, event hookEvent) error {
return fmt.Errorf("Webhooks are not enabled for app: %s", a.Name)
}
var done chan bool
done := make(chan bool)
defer close(done)
go func() {