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

style: lint

This commit is contained in:
2021-07-22 14:44:13 +02:00
parent 317c8c81a0
commit 97a530cc66
2 changed files with 2 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ export class WebJobExecutor extends BaseJobExecutor {
this.appendRequest(res, sasJob, config.debug)
resolve(jsonResponse)
}
this.appendRequest(res, sasJob, config.debug)
isValidJson(res.result as string)
resolve(res.result)