Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinag08 committed Feb 21, 2024
1 parent 59dd904 commit dacda31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
sparkCmd "snd-cli/pkg/cmd/spark"
)

// AuthServiceFactory is a function type that creates an Service instance.
// AuthServiceFactory is a function type that creates a Service instance.
type AuthServiceFactory func(env, provider string) (*apiAuth.Service, error)

type CacheToken func(token string) (string, error)
Expand Down

0 comments on commit dacda31

Please sign in to comment.