1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-16 08:30:07 +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) { if (expectWebout) {
resultLink = `/compute/sessions/${executionSessionId}/filerefs/_webout/content` resultLink = `/compute/sessions/${executionSessionId}/filerefs/_webout/content`
} else { } else {
return currentJob; return currentJob
} }
if (resultLink) { if (resultLink) {