We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b2bff commit 0ec1b6fCopy full SHA for 0ec1b6f
src/components/httpRoutes/commands.ts
@@ -39,7 +39,7 @@ async function streamToResponse(
39
continue
40
}
41
42
- const data = await mapChunkToBuffer(chunk)
+ const data = mapChunkToBuffer(chunk)
43
if (isBinaryContent) {
44
res.write(data)
45
} else {
0 commit comments