This commit is contained in:
Родитель
1126ae61bf
Коммит
3df1dd419a
|
@ -122,7 +122,7 @@ type serviceAccount struct {
|
|||
|
||||
func (s serviceAccount) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
|
||||
token, err := s.config.TokenSource(ctx).Token()
|
||||
if err != nil
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return map[string]string{
|
||||
|
|
Загрузка…
Ссылка в новой задаче