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

fix: debug not passed

This commit is contained in:
Mihajlo Medjedovic
2021-10-18 10:42:21 +00:00
parent 38ab27c1ed
commit d9555e151b
4 changed files with 9 additions and 8 deletions

View File

@@ -103,13 +103,13 @@ router.post(
if (req.files && req.files.length > 0) {
filesNamesMap = makeFilesNamesMap(req.files)
}
await new ExecutionController()
.execute(
sasCodePath,
undefined,
req.sasSession,
{ ...req.query },
{ ...req.query, ...req.body },
{ filesNamesMap: filesNamesMap }
)
.then((result: {}) => {