Do not clear from memory for now
This commit is contained in:
parent
a8316057ce
commit
76df693884
1 changed files with 0 additions and 3 deletions
|
@ -97,8 +97,5 @@ func (s *SecretsService) List(ctx context.Context, f *SecretFilter) (*Secrets, e
|
|||
return &secrets, err
|
||||
}
|
||||
|
||||
// Clean c.client.SessionKey from memory
|
||||
s.client.SessionKey = ""
|
||||
|
||||
return &secrets, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue