fix(core): Add a helper function to convert binary streams to buffers (no-changelog) (#5641)

This commit is contained in:
agobrech
2023-03-08 14:32:27 +01:00
committed by GitHub
parent c81656d149
commit 0d49ad8b93
3 changed files with 10 additions and 7 deletions

View File

@@ -149,7 +149,6 @@ const createFormDataObject = (data: Record<string, unknown>) => {
});
return formData;
};
function searchForHeader(headers: IDataObject, headerName: string) {
if (headers === undefined) {
return undefined;