Skip to content

Commit

Permalink
Fixed missing setter for Forwarder CertPool
Browse files Browse the repository at this point in the history
  • Loading branch information
megakid authored Oct 13, 2021
1 parent a91724b commit 37ba110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/notifier/forwarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func NewForwarder(hookURL string, proxyURL string, certPool *x509.CertPool) (*Fo
return &Forwarder{
URL: hookURL,
ProxyURL: proxyURL,
CertPool: certPool,
}, nil
}

Expand Down

0 comments on commit 37ba110

Please sign in to comment.