1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-12 08:40:04 +00:00

fix(stp): use same session from file upload

This commit is contained in:
Saad Jutt
2022-03-24 18:06:28 +05:00
parent c5117abe71
commit dd56a95314
3 changed files with 15 additions and 10 deletions

View File

@@ -185,7 +185,8 @@ const executeReturnJson = async (
getPreProgramVariables(req),
{ ...req.query, ...req.body },
{ filesNamesMap: filesNamesMap },
true
true,
req.sasSession
)) as ExecuteReturnJson
let weboutRes: string | IRecordOfAny = webout