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

chore(*): fix formatting

This commit is contained in:
Krishna Acondy
2021-05-27 08:06:21 +01:00
parent 0e1d1f1d99
commit d8d1968162
6 changed files with 17 additions and 32 deletions

View File

@@ -576,12 +576,7 @@ export default class SASjs {
config.username &&
config.password
) {
return await this.sas9JobExecutor!.execute(
sasJob,
data,
config,
loginRequiredCallback
)
return await this.sas9JobExecutor!.execute(sasJob, data, config)
} else {
return await this.webJobExecutor!.execute(
sasJob,