1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-26 18:20:06 +00:00

fix(stp): write original file name in sas code for upload

This commit is contained in:
Saad Jutt
2022-03-18 06:57:52 +05:00
parent 02a242fe4b
commit 8822de95df
4 changed files with 522 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ ${preProgramVarStatments}
${program}`
// if no files are uploaded filesNamesMap will be undefined
if (otherArgs && otherArgs.filesNamesMap) {
if (otherArgs?.filesNamesMap) {
const uploadSasCode = await generateFileUploadSasCode(
otherArgs.filesNamesMap,
session.path