🔀 Merge branch 'binary-file-path' of https://github.com/lublak/n8n into lublak-binary-file-path

This commit is contained in:
Jan Oberhauser
2021-03-18 13:20:26 +01:00
4 changed files with 7 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ export async function prepareBinaryData(binaryData: Buffer, filePath?: string, m
const filePathParts = path.parse(filePath as string);
returnData.dir = filePathParts.dir;
returnData.fileName = filePathParts.base;
// Remove the dot