From e76408893a2406e19b07e8c9ceb2f0bbced3d7c3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 09:11:10 +0000 Subject: [PATCH] chore(internal): remove unnecessary todo --- src/internal/parse.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/internal/parse.ts b/src/internal/parse.ts index 799b71c..2085087 100644 --- a/src/internal/parse.ts +++ b/src/internal/parse.ts @@ -34,8 +34,6 @@ export async function defaultParseResponse(client: Gitpod, props: APIResponse } const text = await response.text(); - - // TODO handle blob, arraybuffer, other content types, etc. return text as unknown as T; })(); loggerFor(client).debug(