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

Merged branch 'master' into 'issue-62'

This commit is contained in:
Yury Shkoda
2020-09-09 09:14:24 +03:00
11 changed files with 46 additions and 19 deletions

View File

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