mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 13:42:14 +00:00
chore: quick fixes
This commit is contained in:
@@ -67,7 +67,8 @@ ${program}`
|
||||
session.path
|
||||
)
|
||||
|
||||
//If sas code for the file is generated it will be appended to the top of sasCode
|
||||
// If any files are uploaded, the program needs to be updated with some
|
||||
// dynamically generated variables (pointers) for ease of ingestion
|
||||
if (uploadSasCode.length > 0) {
|
||||
program = `${uploadSasCode}` + program
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user