We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f70ad9 commit bd9e536Copy full SHA for bd9e536
src/internal/parse.ts
@@ -34,8 +34,6 @@ export async function defaultParseResponse<T>(client: Gitpod, props: APIResponse
34
}
35
36
const text = await response.text();
37
-
38
- // TODO handle blob, arraybuffer, other content types, etc.
39
return text as unknown as T;
40
})();
41
loggerFor(client).debug(
0 commit comments