mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 11:40:06 +00:00
chore: job object rename
This commit is contained in:
@@ -589,7 +589,7 @@ export class SASViyaApiClient {
|
|||||||
if (expectWebout) {
|
if (expectWebout) {
|
||||||
resultLink = `/compute/sessions/${executionSessionId}/filerefs/_webout/content`
|
resultLink = `/compute/sessions/${executionSessionId}/filerefs/_webout/content`
|
||||||
} else {
|
} else {
|
||||||
return { result: currentJob, log }
|
return { job: currentJob, log }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resultLink) {
|
if (resultLink) {
|
||||||
|
|||||||
Reference in New Issue
Block a user