Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jul 8, 2024
1 parent 75713e5 commit 70e0bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pinecone/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ func (c *Client) ConfigureIndex(ctx context.Context, name string, pods *string,
}
}


response, err := control.ParseConfigureIndexResponse(req) // TODO: need this?
if err != nil {
log.Fatalf("Failed to configure index %s. Error: %v", name, err)
Expand Down

0 comments on commit 70e0bf2

Please sign in to comment.