1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: fix file upload call

This commit is contained in:
2021-06-22 13:23:18 +02:00
parent 8cc4270e48
commit abc15fb3ab

View File

@@ -934,8 +934,7 @@ export default class SASjs {
}
this.fileUploader = new FileUploader(
this.sasjsConfig.appLoc,
this.sasjsConfig.serverUrl,
this.sasjsConfig,
this.jobsPath,
this.requestClient
)