mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Add a helper function to convert binary streams to buffers (no-changelog) (#5641)
This commit is contained in:
@@ -149,7 +149,6 @@ const createFormDataObject = (data: Record<string, unknown>) => {
|
||||
});
|
||||
return formData;
|
||||
};
|
||||
|
||||
function searchForHeader(headers: IDataObject, headerName: string) {
|
||||
if (headers === undefined) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user