Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker committed Jan 11, 2024
1 parent 251fc09 commit 3968015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/keystore/azure/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func (c *client) PurgeSecret(ctx context.Context, name string) (status, error) {
func (c *client) GetFirstVersion(ctx context.Context, name string) (string, status, error) {
if c.azsecretsClient != nil {
pager := c.azsecretsClient.NewListSecretPropertiesVersionsPager(name, &azsecrets.ListSecretPropertiesVersionsOptions{})
for pager.More() {
if pager.More() {
page, err := pager.NextPage(ctx)
if err != nil {
azResp, ok := TransportErrToResponseError(err)
Expand Down

0 comments on commit 3968015

Please sign in to comment.