Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed Apr 30, 2024
1 parent 0bf00a2 commit 8060131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cover.out
/.vscode
/.idea
__debug_bin*
.history

# helm chart dependencies
**/charts/*.tgz
Expand Down
1 change: 0 additions & 1 deletion pkg/provider/yandex/lockbox/client/grpcclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func (c *grpcLockboxClient) GetSecretIDByName(ctx context.Context, iamToken, fol
}

func (c *grpcLockboxClient) GetPayloadEntries(ctx context.Context, iamToken, folderID, secretID, versionID string) ([]*api.Payload_Entry, error) {

secretID_ := secretID

// If folderID is provided in SecretStore, we can try to get secret by its name
Expand Down

0 comments on commit 8060131

Please sign in to comment.