chore: quick fixes

This commit is contained in:
2022-08-18 01:39:03 +05:00
parent 02e88ae728
commit bd97363c13
3 changed files with 12 additions and 9 deletions
@@ -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
}