Skip to content

Commit 1f0621e

Browse files
author
Harshil Goel
authored
fix(graphql): fix error handling in webhooks (#9374)
1 parent d72831c commit 1f0621e

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)