mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 13:00:05 +00:00
fix: append sasjs requests array from uploadFile
This commit is contained in:
@@ -66,6 +66,7 @@ export class FileUploader {
|
|||||||
return this.requestClient
|
return this.requestClient
|
||||||
.post(uploadUrl, formData, undefined, 'application/json', headers)
|
.post(uploadUrl, formData, undefined, 'application/json', headers)
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
|
this.requestClient!.appendRequest(res, sasJob, this.sasjsConfig.debug)
|
||||||
if (
|
if (
|
||||||
this.sasjsConfig.serverType === ServerType.SasViya &&
|
this.sasjsConfig.serverType === ServerType.SasViya &&
|
||||||
this.sasjsConfig.debug
|
this.sasjsConfig.debug
|
||||||
|
|||||||
Reference in New Issue
Block a user