We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b5b64 commit 43587faCopy full SHA for 43587fa
src/internal/parse.ts
@@ -34,8 +34,6 @@ export async function defaultParseResponse<T>(client: Lightswitch, props: APIRes
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