1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-15 08:00:05 +00:00

fix: Viya JES approach workaround, job arguments are case-sensitive and webout was not returned

This commit is contained in:
2025-06-09 16:59:09 +02:00
parent 55af8c3f50
commit 78f117812e
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ export abstract class BaseJobExecutor implements JobExecutor {
if (config.debug) {
requestParams['_omittextlog'] = 'false'
requestParams['_omitsessionresults'] = 'false'
requestParams['_omitSessionResults'] = 'false'
requestParams['_debug'] = 131
}