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(