We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72831c commit 1f0621eCopy full SHA for 1f0621e
1 file changed
graphql/resolve/webhook.go
@@ -112,6 +112,7 @@ func sendWebhookEvent(ctx context.Context, m schema.Mutation, commitTs uint64, r
112
// just log the response errors, if any.
113
if err != nil {
114
glog.V(3).Info(errors.Wrap(err, "unable to send webhook event"))
115
+ return
116
}
117
118
defer func() {
0 commit comments