fix(core): update

This commit is contained in:
2023-11-11 20:30:42 +01:00
parent 788f2665c2
commit a9230ca790
4 changed files with 30 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ export function createTransformFunction<TInput, TOutput>(
const result = await asyncFunction(chunkArg);
return result;
}
})
});
return smartDuplexStream;
}