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

chore(*): fix lint warning

This commit is contained in:
Krishna Acondy
2020-10-16 10:58:04 +01:00
parent f5cc16c3bd
commit 3183f89a62

View File

@@ -582,7 +582,7 @@ export class SASViyaApiClient {
if (expectWebout) {
resultLink = `/compute/sessions/${executionSessionId}/filerefs/_webout/content`
} else {
return currentJob;
return currentJob
}
if (resultLink) {