mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
chore: fix file upload call
This commit is contained in:
@@ -934,8 +934,7 @@ export default class SASjs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.fileUploader = new FileUploader(
|
this.fileUploader = new FileUploader(
|
||||||
this.sasjsConfig.appLoc,
|
this.sasjsConfig,
|
||||||
this.sasjsConfig.serverUrl,
|
|
||||||
this.jobsPath,
|
this.jobsPath,
|
||||||
this.requestClient
|
this.requestClient
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user