Skip to content

Commit

Permalink
Merge pull request #20 from Comcast/hotfix/updateWebpacommon
Browse files Browse the repository at this point in the history
latest webpacommon version
  • Loading branch information
njharter authored Jan 25, 2018
2 parents 3f09d87 + bfcc76b commit 3b0e281
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/glide.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: .
import:
- package: github.com/Comcast/webpa-common
version: 77f04798b7e3f33770818d7490b5dc3210c1c926
version: ff81f093033bfdf7c8d71b36697f9895026dc78b
2 changes: 1 addition & 1 deletion src/scytale/primaryHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func addFanoutRoutes(logger log.Logger, authHandler *alice.Chain, r *mux.Router,
//baseRouter is pre-configured with the api/v2 prefix path
//root is the original router used by webHookFactory.Initialize()
func addWebhooks(r *mux.Router, authHandler *alice.Chain, v *viper.Viper, logger log.Logger, registry xmetrics.Registry) (*webhook.Factory, error) {
webHookFactory, err := webhook.NewFactory(v, &registry)
webHookFactory, err := webhook.NewFactory(v)

if err != nil {
return nil, err
Expand Down

0 comments on commit 3b0e281

Please sign in to comment.