fix: convert single executeProgram method to two methods i.e. executeSASProgram and executeJSProgram

This commit is contained in:
2022-06-03 17:26:21 +05:00
parent 5df619b3f6
commit c58666eb81
2 changed files with 139 additions and 15 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const executeSASCode = async (
try {
const { webout, log, httpHeaders } =
(await new ExecutionController().executeProgram(
(await new ExecutionController().executeSASProgram(
code,
getPreProgramVariables(req),
{ ...req.query, _debug: 131 },