Skip to content

Commit bd9e536

Browse files
chore(internal): remove unnecessary todo (#45)
1 parent 2f70ad9 commit bd9e536

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/internal/parse.ts

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export async function defaultParseResponse<T>(client: Gitpod, props: APIResponse
3434
}
3535

3636
const text = await response.text();
37-
38-
// TODO handle blob, arraybuffer, other content types, etc.
3937
return text as unknown as T;
4038
})();
4139
loggerFor(client).debug(

0 commit comments

Comments
 (0)