fix(core): update
This commit is contained in:
@@ -15,7 +15,7 @@ export function createTransformFunction<TInput, TOutput>(
|
||||
const result = await asyncFunction(chunkArg);
|
||||
return result;
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
return smartDuplexStream;
|
||||
}
|
||||
Reference in New Issue
Block a user