1
0
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:
Mihajlo Medjedovic
2020-12-03 12:29:50 +01:00
parent 65fbae7610
commit d461135980

View File

@@ -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) {