Skip to content

Commit

Permalink
chore(internal): remove unnecessary todo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 22, 2025
1 parent 50b5b64 commit 43587fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal/parse.ts
Original file line number Diff line number Diff line change
@@ -34,8 +34,6 @@ export async function defaultParseResponse<T>(client: Lightswitch, props: APIRes
}

const text = await response.text();

// TODO handle blob, arraybuffer, other content types, etc.
return text as unknown as T;
})();
loggerFor(client).debug(

0 comments on commit 43587fa

Please sign in to comment.