Skip to content

Commit

Permalink
Merge pull request #477 from xmidt-org/denopink/patch/remove-last-ins…
Browse files Browse the repository at this point in the history
…tance-of-basculehelper

patch: remove last instance of basculehelper
  • Loading branch information
denopink authored Sep 19, 2024
2 parents cef3237 + bc430e7 commit e772d9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (

"github.com/spf13/pflag"
"github.com/spf13/viper"
"github.com/xmidt-org/bascule/basculehelper"
"github.com/xmidt-org/candlelight"
"github.com/xmidt-org/touchstone"

Expand Down Expand Up @@ -121,7 +120,7 @@ func talaria(arguments []string) int {
f = pflag.NewFlagSet(applicationName, pflag.ContinueOnError)
v = viper.New()

logger, metricsRegistry, webPA, err = server.Initialize(applicationName, arguments, f, v, device.Metrics, rehasher.Metrics, service.Metrics, basculehelper.AuthValidationMetrics)
logger, metricsRegistry, webPA, err = server.Initialize(applicationName, arguments, f, v, device.Metrics, rehasher.Metrics, service.Metrics)
)

if parseErr, done := printVersion(f, arguments); done {
Expand Down

0 comments on commit e772d9c

Please sign in to comment.