Skip to content

Commit

Permalink
Revert "More changes"
Browse files Browse the repository at this point in the history
This reverts commit bfc0d2f.
  • Loading branch information
aulorbe committed Jun 28, 2024
1 parent bfc0d2f commit 8382f11
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
Expand Up @@ -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

Expand Down

0 comments on commit 8382f11

Please sign in to comment.