1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 13:11:31 +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
+1 -1
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) {