Skip to content

Commit

Permalink
[INLONG-10457][Manager] Fix auth spelling errors (#10457)
Browse files Browse the repository at this point in the history
  • Loading branch information
neolinli committed Jun 19, 2024
1 parent 298a6b9 commit 3f9f515
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ func WithMetricsRegistry(reg prometheus.Registerer) Option {
}
}

// WithAtuh sets Atuh
func WithAtuh(auth Auth) Option {
// WithAuth sets Auth
func WithAuth(auth Auth) Option {
return func(o *Options) {
if auth == nil {
return
Expand Down

0 comments on commit 3f9f515

Please sign in to comment.