Skip to content

Commit 4655ffd

Browse files
fix(graphql): fix error handling in webhooks
1 parent d72831c commit 4655ffd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

graphql/resolve/webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func sendWebhookEvent(ctx context.Context, m schema.Mutation, commitTs uint64, r
112112
// just log the response errors, if any.
113113
if err != nil {
114114
glog.V(3).Info(errors.Wrap(err, "unable to send webhook event"))
115+
return
115116
}
116117

117118
defer func() {

0 commit comments

Comments
 (0)