diff --git a/src/SASjs.ts b/src/SASjs.ts index 02eecc6..3700bb5 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -855,7 +855,7 @@ export default class SASjs { ) { if (this.retryCountWeb < requestRetryLimit) { this.retryCountWeb++ - this.request(sasJob, data).then( + this.request(sasJob, data, config, loginRequiredCallback).then( (res: any) => resolve(res), (err: any) => reject(err) )