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

style: lint

This commit is contained in:
2021-07-27 14:15:23 +02:00
parent f1252537a6
commit 50ab866652
+1 -1
View File
@@ -112,7 +112,7 @@ export class WebJobExecutor extends BaseJobExecutor {
this.appendRequest(res, sasJob, config.debug) this.appendRequest(res, sasJob, config.debug)
resolve(jsonResponse) resolve(jsonResponse)
} }
this.appendRequest(res, sasJob, config.debug) this.appendRequest(res, sasJob, config.debug)
getValidJson(res.result as string) getValidJson(res.result as string)
resolve(res.result) resolve(res.result)