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

Merge branch 'master' into create-context

This commit is contained in:
Krishna Acondy
2020-09-08 18:53:25 +01:00
committed by GitHub
9 changed files with 44 additions and 17 deletions

View File

@@ -883,7 +883,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)
)