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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user