We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d13aa commit c1c99aeCopy full SHA for c1c99ae
1 file changed
graphql/resolve/webhook.go
@@ -123,6 +123,7 @@ func sendWebhookEvent(ctx context.Context, m schema.Mutation, commitTs uint64, r
123
// just log the response errors, if any.
124
if err != nil {
125
glog.V(3).Info(errors.Wrap(err, "unable to send webhook event"))
126
+ return
127
}
128
129
defer func() {
0 commit comments