mirror of
https://github.com/sasjs/server.git
synced 2025-12-17 05:54:36 +00:00
chore: refactor ExecutionController class to remove code duplications
This commit is contained in:
@@ -46,7 +46,7 @@ const executeSASCode = async (
|
||||
|
||||
try {
|
||||
const { webout, log, httpHeaders } =
|
||||
(await new ExecutionController().executeSASProgram(
|
||||
(await new ExecutionController().executeProgram(
|
||||
code,
|
||||
getPreProgramVariables(req),
|
||||
{ ...req.query, _debug: 131 },
|
||||
|
||||
Reference in New Issue
Block a user