diff --git a/src/FileUploader.ts b/src/FileUploader.ts index 38d2f52..ec56983 100644 --- a/src/FileUploader.ts +++ b/src/FileUploader.ts @@ -66,6 +66,7 @@ export class FileUploader { return this.requestClient .post(uploadUrl, formData, undefined, 'application/json', headers) .then(async (res) => { + this.requestClient!.appendRequest(res, sasJob, this.sasjsConfig.debug) if ( this.sasjsConfig.serverType === ServerType.SasViya && this.sasjsConfig.debug