Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More changes
Browse files Browse the repository at this point in the history
aulorbe committed Jun 28, 2024
1 parent 2485514 commit bfc0d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinecone/client.go
Original file line number Diff line number Diff line change
@@ -176,7 +176,7 @@ func NewClient(in NewClientParams) (*Client, error) {
// if err != nil {
// log.Fatalf("Failed to create Client: %v", err)
// }
func NewClientBase(in NewClientBaseParams) (*Client, error) {
func NewClientBase(in NewClientBaseParams) (*Client, error) {
clientOptions := buildClientBaseOptions(in)
var err error

0 comments on commit bfc0d2f

Please sign in to comment.