Skip to content

Commit c1c99ae

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/resolve/webhook.go

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

128129
defer func() {

0 commit comments

Comments
 (0)