Params not necessary

This commit is contained in:
claudemiro
2016-09-01 23:43:09 -03:00
parent 5c9528bce4
commit 983f490737
+2 -1
View File
@@ -12,6 +12,7 @@ import (
"context"
"fmt"
"github.com/dimiro1/ipe/utils"
log "github.com/golang/glog"
)
@@ -140,7 +141,7 @@ func triggerHook(ctx context.Context, name string, a *app, _ *channel, event hoo
return fmt.Errorf("Webhooks are not enabled for app: %s", a.Name)
}
var done chan (bool)
var done chan bool
defer close(done)
go func() {