mirror of
https://github.com/sasjs/server.git
synced 2026-07-23 21:25:29 +00:00
fix: minor changes
This commit is contained in:
@@ -39,9 +39,7 @@ const executeSASCode = async (req: any, { code }: ExecuteSASCodePayload) => {
|
||||
true
|
||||
)) as ExecuteReturnRaw
|
||||
|
||||
Object.entries(httpHeaders).forEach(([key, value]) => {
|
||||
req.res?.set(key, value)
|
||||
})
|
||||
req.res?.set(httpHeaders)
|
||||
|
||||
return result
|
||||
} catch (err: any) {
|
||||
|
||||
Reference in New Issue
Block a user