mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
fix: executeJobViaWeb retry requests missing params
This commit is contained in:
@@ -855,7 +855,7 @@ export default class SASjs {
|
|||||||
) {
|
) {
|
||||||
if (this.retryCountWeb < requestRetryLimit) {
|
if (this.retryCountWeb < requestRetryLimit) {
|
||||||
this.retryCountWeb++
|
this.retryCountWeb++
|
||||||
this.request(sasJob, data).then(
|
this.request(sasJob, data, config, loginRequiredCallback).then(
|
||||||
(res: any) => resolve(res),
|
(res: any) => resolve(res),
|
||||||
(err: any) => reject(err)
|
(err: any) => reject(err)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user