mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 00:20:06 +00:00
chore: fix
This commit is contained in:
@@ -158,8 +158,9 @@ export class RequestClient implements HttpClient {
|
|||||||
if (typeof response.result === 'string') {
|
if (typeof response.result === 'string') {
|
||||||
sourceCode = parseSourceCode(response.result)
|
sourceCode = parseSourceCode(response.result)
|
||||||
generatedCode = parseGeneratedCode(response.result)
|
generatedCode = parseGeneratedCode(response.result)
|
||||||
sasWork = response.result.WORK
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sasWork = response.result.WORK
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user