We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e2501 commit 180cc9aCopy full SHA for 180cc9a
data/service/service/standard.go
@@ -59,6 +59,9 @@ func (s *Standard) Initialize(provider application.Provider) error {
59
if err := s.Service.Initialize(provider); err != nil {
60
return err
61
}
62
+ if err := s.Authenticated.Initialize(provider); err != nil {
63
+ return err
64
+ }
65
66
if err := s.initializeMetricClient(); err != nil {
67
0 commit comments