1
0
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:
2022-06-06 09:09:21 +05:00
parent 596ada7ca8
commit e5a7674fa1
2 changed files with 130 additions and 127 deletions

View File

@@ -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 },