Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed May 9, 2023
1 parent b11273a commit 24f09e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ class PineconeClient {
}
let response
try {
// Workaround for Jest TLSWRAP issue
// await process.nextTick(() => { });
response = await fetch(whoami, request);
if (response.status !== 200) {
const error = await response.text();
Expand Down

0 comments on commit 24f09e8

Please sign in to comment.