There was an error while loading. Please reload this page.
1 parent 6b45021 commit 4d82a59Copy full SHA for 4d82a59
src/utils.ts
@@ -88,7 +88,7 @@ export function execute(
88
let data = "";
89
90
// A chunk of data has been received
91
- resp.on("data", (chunk: Buffer) => {
+ resp.on("data", (chunk) => {
92
data += chunk;
93
});
94
0 commit comments