mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
style: lint
This commit is contained in:
@@ -173,5 +173,6 @@ export const basicTests = (
|
||||
const responseKeys: any = Object.keys(response)
|
||||
return responseKeys.includes('file') && responseKeys.includes('data')
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user